summaryrefslogtreecommitdiff
path: root/ucoolib/hal/uart/test
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/hal/uart/test')
-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 e9a31fa..40623e5 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 intf
+MODULES = hal/uart
include $(BASE)/build/top.mk