summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-25 16:04:10 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-25 16:06:08 -0400
commitf98bc9bb4ebdab19834a7dd1c8cd8984181d3d3e (patch)
treef158284fb3ecce9291b969b244a3d45f45951528 /make.mk
parent22c072ac3f4fb450315b204dc4a6f2644c8665a7 (diff)
downloadSensor-Watch-f98bc9bb4ebdab19834a7dd1c8cd8984181d3d3e.tar.gz
Sensor-Watch-f98bc9bb4ebdab19834a7dd1c8cd8984181d3d3e.tar.bz2
Sensor-Watch-f98bc9bb4ebdab19834a7dd1c8cd8984181d3d3e.zip
steps toward SPI support in watch library
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 c9ef6534..6cf0b6ca 100644
--- a/make.mk
+++ b/make.mk
@@ -89,6 +89,7 @@ SRCS += \
$(TOP)/watch-library/hal/src/hal_ext_irq.c \
$(TOP)/watch-library/hal/src/hal_gpio.c \
$(TOP)/watch-library/hal/src/hal_i2c_m_sync.c \
+ $(TOP)/watch-library/hal/src/hal_spi_m_sync.c \
$(TOP)/watch-library/hal/src/hal_init.c \
$(TOP)/watch-library/hal/src/hal_io.c \
$(TOP)/watch-library/hal/src/hal_slcd_sync.c \