summaryrefslogtreecommitdiff
path: root/ucoo/hal/uart/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/uart/test/Makefile')
-rw-r--r--ucoo/hal/uart/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/hal/uart/test/Makefile b/ucoo/hal/uart/test/Makefile
index 6989dd2..b1e9c71 100644
--- a/ucoo/hal/uart/test/Makefile
+++ b/ucoo/hal/uart/test/Makefile
@@ -6,7 +6,7 @@ stm32f4_PROGS = test_uart_disc
test_uart_SOURCES = test_uart.cc
test_uart_disc_SOURCES = test_uart_disc.cc
-MODULES = hal/uart
-test_uart_disc_MODULES = $(MODULES) base/test hal/usb
+MODULES = ucoo/hal/uart
+test_uart_disc_MODULES = $(MODULES) ucoo/base/test ucoo/hal/usb
include $(BASE)/build/top.mk