summaryrefslogtreecommitdiff
path: root/ucoo/hal/timer/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/timer/test/Makefile')
-rw-r--r--ucoo/hal/timer/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/timer/test/Makefile b/ucoo/hal/timer/test/Makefile
index 284ad18..c0d1b49 100644
--- a/ucoo/hal/timer/test/Makefile
+++ b/ucoo/hal/timer/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
PROGS = test_timer
test_timer_SOURCES = test_timer.cc
-MODULES = ucoo/base/test ucoo/hal/timer ucoo/hal/usb ucoo/utils
+MODULES = ucoo/base/test ucoo/hal/timer ucoo/hal/usb ucoo/hal/gpio ucoo/utils
include $(BASE)/build/top.mk