summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/gpio/test/Makefile')
-rw-r--r--ucoo/hal/gpio/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/gpio/test/Makefile b/ucoo/hal/gpio/test/Makefile
index 68e4c1f..4a5c155 100644
--- a/ucoo/hal/gpio/test/Makefile
+++ b/ucoo/hal/gpio/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4 stm32f1
PROGS = test_gpio
test_gpio_SOURCES = test_gpio.stm32f4.cc test_gpio.stm32f1.cc
-MODULES = hal/gpio utils
+MODULES = ucoo/hal/gpio ucoo/utils
include $(BASE)/build/top.mk