summaryrefslogtreecommitdiff
path: root/ucoo/hal/spi/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/spi/test/Makefile')
-rw-r--r--ucoo/hal/spi/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/spi/test/Makefile b/ucoo/hal/spi/test/Makefile
index 76b8230..eb872a0 100644
--- a/ucoo/hal/spi/test/Makefile
+++ b/ucoo/hal/spi/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
PROGS = test_spi
test_spi_SOURCES = test_spi.cc
-MODULES = hal/spi hal/gpio utils base/test hal/usb
+MODULES = ucoo/hal/spi ucoo/hal/gpio ucoo/utils ucoo/base/test ucoo/hal/usb
include $(BASE)/build/top.mk