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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/uart/test/Makefile b/ucoo/hal/uart/test/Makefile
index b1e9c71..4e00795 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 = ucoo/hal/uart
+MODULES = ucoo/hal/uart ucoo/hal/gpio
test_uart_disc_MODULES = $(MODULES) ucoo/base/test ucoo/hal/usb
include $(BASE)/build/top.mk