summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/hal/spi/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/ucoolib/ucoolib/hal/spi/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/hal/spi/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/digital/ucoolib/ucoolib/hal/spi/test/Makefile b/digital/ucoolib/ucoolib/hal/spi/test/Makefile
new file mode 100644
index 00000000..76b82304
--- /dev/null
+++ b/digital/ucoolib/ucoolib/hal/spi/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../../..
+
+TARGETS = stm32f4
+PROGS = test_spi
+test_spi_SOURCES = test_spi.cc
+
+MODULES = hal/spi hal/gpio utils base/test hal/usb
+
+include $(BASE)/build/top.mk