summaryrefslogtreecommitdiff
path: root/ucoo/hal/exti/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/exti/test/Makefile')
-rw-r--r--ucoo/hal/exti/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ucoo/hal/exti/test/Makefile b/ucoo/hal/exti/test/Makefile
new file mode 100644
index 0000000..c2a7418
--- /dev/null
+++ b/ucoo/hal/exti/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../../..
+
+TARGETS = stm32f4 stm32f1
+PROGS = test_exti
+test_exti_SOURCES = test_exti.stm32.cc
+
+MODULES = ucoo/hal/gpio ucoo/hal/exti ucoo/utils
+
+include $(BASE)/build/top.mk