summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-08 19:27:41 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-08 19:27:41 -0500
commit496530c85c3848c04fcafa912d11b0f1991777c1 (patch)
tree646ff12f0d9091f66560c84c69964219796a34ec /make.mk
parent6be308f88dbb55a93b9ca2ab7a2a0fbdc5198324 (diff)
downloadSensor-Watch-496530c85c3848c04fcafa912d11b0f1991777c1.tar.gz
Sensor-Watch-496530c85c3848c04fcafa912d11b0f1991777c1.tar.bz2
Sensor-Watch-496530c85c3848c04fcafa912d11b0f1991777c1.zip
add driver, test app for LIS2DW accelerometer
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 f1301733..a39f077a 100644
--- a/make.mk
+++ b/make.mk
@@ -115,6 +115,7 @@ SRCS += \
$(TOP)/watch-library/hpl/slcd/hpl_slcd.c \
$(TOP)/watch-library/hpl/systick/hpl_systick.c \
$(TOP)/watch-library/driver/lis2dh.c \
+ $(TOP)/watch-library/driver/lis2dW.c \
DEFINES += \
-D__SAML22J18A__ \