summaryrefslogtreecommitdiffstats
path: root/apps/spi-test/make
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-17 14:28:25 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-17 14:28:53 -0500
commit0337d198ffe20062678a7900a7666f312c229475 (patch)
tree713f5b84e8c1fb2f2288285cca1a4e3ac9a3e365 /apps/spi-test/make
parent15cbe0941031a8f20d76072d05212d854980a49f (diff)
downloadSensor-Watch-0337d198ffe20062678a7900a7666f312c229475.tar.gz
Sensor-Watch-0337d198ffe20062678a7900a7666f312c229475.tar.bz2
Sensor-Watch-0337d198ffe20062678a7900a7666f312c229475.zip
SPI test: just read the chip ID
Diffstat (limited to 'apps/spi-test/make')
-rwxr-xr-xapps/spi-test/make/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/spi-test/make/Makefile b/apps/spi-test/make/Makefile
deleted file mode 100755
index c66ad20c..00000000
--- a/apps/spi-test/make/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-TOP = ../../..
-include $(TOP)/make.mk
-
-INCLUDES += \
- -I../
-
-SRCS += \
- ../app.c
-
-include $(TOP)/rules.mk