summaryrefslogtreecommitdiff
path: root/ucoo/hal/adc/test
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/adc/test')
-rw-r--r--ucoo/hal/adc/test/Makefile2
1 files changed, 1 insertions, 1 deletions
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