summaryrefslogtreecommitdiffstats
path: root/apps/Sensor Watch SPI Test/make/Makefile
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 /apps/Sensor Watch SPI Test/make/Makefile
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 'apps/Sensor Watch SPI Test/make/Makefile')
-rwxr-xr-xapps/Sensor Watch SPI Test/make/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/Sensor Watch SPI Test/make/Makefile b/apps/Sensor Watch SPI Test/make/Makefile
new file mode 100755
index 00000000..c66ad20c
--- /dev/null
+++ b/apps/Sensor Watch SPI Test/make/Makefile
@@ -0,0 +1,10 @@
+TOP = ../../..
+include $(TOP)/make.mk
+
+INCLUDES += \
+ -I../
+
+SRCS += \
+ ../app.c
+
+include $(TOP)/rules.mk