summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/gpio')
-rw-r--r--ucoo/hal/gpio/Module2
-rw-r--r--ucoo/hal/gpio/test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/hal/gpio/Module b/ucoo/hal/gpio/Module
index e5ccdec..b6f0b42 100644
--- a/ucoo/hal/gpio/Module
+++ b/ucoo/hal/gpio/Module
@@ -1 +1 @@
-hal_gpio_SOURCES = gpio.host.cc gpio.stm32f4.cc gpio.stm32f1.cc
+ucoo_hal_gpio_SOURCES = gpio.host.cc gpio.stm32f4.cc gpio.stm32f1.cc
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