summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/hal/uart/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2012-10-21 19:02:42 +0200
committerNicolas Schodet2012-10-21 19:02:42 +0200
commit0acc71b220d77d25750e9ff905078312478bd335 (patch)
tree3be57c9c032a98b8009f10fed2acdf01a11659ff /digital/ucoolib/ucoolib/hal/uart/test/Makefile
parent7b836338fbd45ab7ec0c1dfa06386bca34ed4cee (diff)
digital/ucoolib/ucoolib/hal/uart: add module skeleton
Diffstat (limited to 'digital/ucoolib/ucoolib/hal/uart/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/hal/uart/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/digital/ucoolib/ucoolib/hal/uart/test/Makefile b/digital/ucoolib/ucoolib/hal/uart/test/Makefile
new file mode 100644
index 00000000..e9a31fac
--- /dev/null
+++ b/digital/ucoolib/ucoolib/hal/uart/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../../..
+
+TARGETS = stm32f4
+PROGS = test_uart
+test_uart_SOURCES = test_uart.cc
+
+MODULES = hal/uart intf
+
+include $(BASE)/build/top.mk