summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-01-23 11:27:15 -0600
committerjoeycastillo <joeycastillo@utexas.edu>2023-02-01 15:17:55 -0600
commit61c3b0cac7cdef9ba40d21657bea97685c04d106 (patch)
tree9a77af30e708bdd877163a280a8115165c53716b /make.mk
parent8014d5c8c541c0e776e55ce413403fd5c490ce38 (diff)
downloadSensor-Watch-61c3b0cac7cdef9ba40d21657bea97685c04d106.tar.gz
Sensor-Watch-61c3b0cac7cdef9ba40d21657bea97685c04d106.tar.bz2
Sensor-Watch-61c3b0cac7cdef9ba40d21657bea97685c04d106.zip
WIP phototransistor stuff
Diffstat (limited to 'make.mk')
-rw-r--r--make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.mk b/make.mk
index 737e1f51..359eff28 100644
--- a/make.mk
+++ b/make.mk
@@ -148,6 +148,7 @@ SRCS += \
$(TOP)/watch-library/hardware/hpl/sercom/hpl_sercom.c \
$(TOP)/watch-library/hardware/hpl/slcd/hpl_slcd.c \
$(TOP)/watch-library/hardware/hpl/systick/hpl_systick.c \
+ $(TOP)/watch-library/shared/driver/phototransistor_driver.c \
$(TOP)/watch-library/shared/driver/thermistor_driver.c \
$(TOP)/watch-library/shared/driver/lis2dw.c \
$(TOP)/watch-library/shared/driver/spiflash.c \