summaryrefslogtreecommitdiff
path: root/ucoo/utils
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/utils')
-rw-r--r--ucoo/utils/Module2
-rw-r--r--ucoo/utils/test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/utils/Module b/ucoo/utils/Module
index a37070f..1d101e4 100644
--- a/ucoo/utils/Module
+++ b/ucoo/utils/Module
@@ -1 +1 @@
-utils_SOURCES := delay.arm.cc crc.cc
+ucoo_utils_SOURCES := delay.arm.cc crc.cc
diff --git a/ucoo/utils/test/Makefile b/ucoo/utils/test/Makefile
index 01fb2ce..e490582 100644
--- a/ucoo/utils/test/Makefile
+++ b/ucoo/utils/test/Makefile
@@ -7,6 +7,6 @@ test_fifo_SOURCES = test_fifo.cc
test_delay_SOURCES = test_delay.cc
test_crc_SOURCES = test_crc.cc
-MODULES = utils base/test hal/usb
+MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb
include $(BASE)/build/top.mk