summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-26 22:39:09 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-26 22:40:49 -0500
commit523a5d2f0b3f0d79b16784470870935313dd5775 (patch)
treeb7631b071432bba90eb14aa9540f97c01c5503ac /make.mk
parentb2dbc4feeb48697fbbdbb7740b6db552a45b3c02 (diff)
downloadSensor-Watch-523a5d2f0b3f0d79b16784470870935313dd5775.tar.gz
Sensor-Watch-523a5d2f0b3f0d79b16784470870935313dd5775.tar.bz2
Sensor-Watch-523a5d2f0b3f0d79b16784470870935313dd5775.zip
implement SPI flash chip
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 47170963..85d38fea 100644
--- a/make.mk
+++ b/make.mk
@@ -119,6 +119,7 @@ SRCS += \
$(TOP)/watch-library/hardware/hpl/systick/hpl_systick.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_display.c \
$(TOP)/watch-library/shared/watch/watch_utility.c \