summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-17 14:48:40 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-17 14:48:40 -0500
commitdeda65b3136b740a9504d80bacc2714978964119 (patch)
tree21d419932737e0bb7b403a9c1f8d1e5de6c863f0 /make.mk
parent4f29cf24f3db0456b12c89589f3ce0338a6c60cd (diff)
downloadSensor-Watch-deda65b3136b740a9504d80bacc2714978964119.tar.gz
Sensor-Watch-deda65b3136b740a9504d80bacc2714978964119.tar.bz2
Sensor-Watch-deda65b3136b740a9504d80bacc2714978964119.zip
no need to build lis2dh driver anymore
Diffstat (limited to 'make.mk')
-rw-r--r--make.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/make.mk b/make.mk
index fb54664c..98e46c10 100644
--- a/make.mk
+++ b/make.mk
@@ -118,7 +118,6 @@ SRCS += \
$(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 \
$(TOP)/watch-library/shared/watch/watch_private_buzzer.c \