summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-17 14:44:40 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-17 14:47:47 -0500
commit4f29cf24f3db0456b12c89589f3ce0338a6c60cd (patch)
tree9e75ede60f78f49e833016a940a282fbf9480c6d /make.mk
parent0337d198ffe20062678a7900a7666f312c229475 (diff)
downloadSensor-Watch-4f29cf24f3db0456b12c89589f3ce0338a6c60cd.tar.gz
Sensor-Watch-4f29cf24f3db0456b12c89589f3ce0338a6c60cd.tar.bz2
Sensor-Watch-4f29cf24f3db0456b12c89589f3ce0338a6c60cd.zip
movement: move thermistor to 'sensor' watch faces
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 aeada13f..fb54664c 100644
--- a/make.mk
+++ b/make.mk
@@ -117,6 +117,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/thermistor_driver.c \
$(TOP)/watch-library/shared/driver/lis2dh.c \
$(TOP)/watch-library/shared/driver/lis2dw.c \
$(TOP)/watch-library/shared/driver/spiflash.c \