summaryrefslogtreecommitdiff
path: root/ucoo/hal/adc
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/adc
parent751a7d2ba7a0fbb9c6dae2d91891f0cc74897a2a (diff)
build: add support for out of tree modules
Diffstat (limited to 'ucoo/hal/adc')
-rw-r--r--ucoo/hal/adc/Module2
-rw-r--r--ucoo/hal/adc/test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/hal/adc/Module b/ucoo/hal/adc/Module
index f633ffd..cc10647 100644
--- a/ucoo/hal/adc/Module
+++ b/ucoo/hal/adc/Module
@@ -1 +1 @@
-hal_adc_SOURCES = adc.host.cc adc_hard.stm32f4.cc
+ucoo_hal_adc_SOURCES = adc.host.cc adc_hard.stm32f4.cc
diff --git a/ucoo/hal/adc/test/Makefile b/ucoo/hal/adc/test/Makefile
index fc46e0d..c6c8a3c 100644
--- a/ucoo/hal/adc/test/Makefile
+++ b/ucoo/hal/adc/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
stm32f4_PROGS = test_adc
test_adc_SOURCES = test_adc.cc
-MODULES = hal/adc base/test hal/usb utils
+MODULES = ucoo/hal/adc ucoo/base/test ucoo/hal/usb ucoo/utils
include $(BASE)/build/top.mk