summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2015-05-15 12:05:06 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit41fde87ed8d1fcd593777bdfae2fa9e65006d984 (patch)
tree48a82b5ba790741d1f0bcc97eb183ea4b045d7b0 /ucoo/hal/gpio/test/Makefile
parent751a7d2ba7a0fbb9c6dae2d91891f0cc74897a2a (diff)
build: add support for out of tree modules
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