summaryrefslogtreecommitdiff
path: root/ucoolib/hal/uart/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-23 15:20:24 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commit76df6b4b834fbbc695ae419be3943bac85e56123 (patch)
treee777d3290d6426eb32d9e42b4e6ea2686e8471ca /ucoolib/hal/uart/test/Makefile
parent15be5f5871dfe3f3b1f6bcc7efabd0f378e62846 (diff)
ucoolib/hal/uart: implement uart module
Diffstat (limited to 'ucoolib/hal/uart/test/Makefile')
-rw-r--r--ucoolib/hal/uart/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoolib/hal/uart/test/Makefile b/ucoolib/hal/uart/test/Makefile
index 40623e5..5d84850 100644
--- a/ucoolib/hal/uart/test/Makefile
+++ b/ucoolib/hal/uart/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
PROGS = test_uart
test_uart_SOURCES = test_uart.cc
-MODULES = hal/uart
+MODULES = hal/uart base/test hal/usb
include $(BASE)/build/top.mk