summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/utils/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/ucoolib/ucoolib/utils/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/utils/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/digital/ucoolib/ucoolib/utils/test/Makefile b/digital/ucoolib/ucoolib/utils/test/Makefile
new file mode 100644
index 00000000..2c45dc44
--- /dev/null
+++ b/digital/ucoolib/ucoolib/utils/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../..
+
+TARGETS = stm32f4
+stm32f4_PROGS = test_delay
+test_delay_SOURCES = test_delay.cc
+
+MODULES = utils
+
+include $(BASE)/build/top.mk