summaryrefslogtreecommitdiffstats
path: root/apps/sensor-board-test/make/Makefile
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-07-05 22:53:04 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-07-05 22:53:44 -0500
commit87da5f15ea314d53d97cee5f9fd13b4f83455256 (patch)
tree4ea3affa623d73d3e4df8b4b4e68c413a01fae39 /apps/sensor-board-test/make/Makefile
parent3c5114ba4c087f85ff500696519d309298675bb0 (diff)
downloadSensor-Watch-87da5f15ea314d53d97cee5f9fd13b4f83455256.tar.gz
Sensor-Watch-87da5f15ea314d53d97cee5f9fd13b4f83455256.tar.bz2
Sensor-Watch-87da5f15ea314d53d97cee5f9fd13b4f83455256.zip
new tests
Diffstat (limited to 'apps/sensor-board-test/make/Makefile')
-rwxr-xr-xapps/sensor-board-test/make/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/sensor-board-test/make/Makefile b/apps/sensor-board-test/make/Makefile
new file mode 100755
index 00000000..c66ad20c
--- /dev/null
+++ b/apps/sensor-board-test/make/Makefile
@@ -0,0 +1,10 @@
+TOP = ../../..
+include $(TOP)/make.mk
+
+INCLUDES += \
+ -I../
+
+SRCS += \
+ ../app.c
+
+include $(TOP)/rules.mk