summaryrefslogtreecommitdiff
path: root/ucoo/dev/avrisp/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/dev/avrisp/test/Makefile')
-rw-r--r--ucoo/dev/avrisp/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucoo/dev/avrisp/test/Makefile b/ucoo/dev/avrisp/test/Makefile
index 80a8334..8419827 100644
--- a/ucoo/dev/avrisp/test/Makefile
+++ b/ucoo/dev/avrisp/test/Makefile
@@ -4,6 +4,7 @@ TARGETS = stm32f4
PROGS = test_avrisp
test_avrisp_SOURCES = test_avrisp.cc
-MODULES = dev/avrisp hal/spi hal/gpio base/test hal/usb utils
+MODULES = ucoo/dev/avrisp ucoo/hal/spi ucoo/hal/gpio ucoo/base/test \
+ ucoo/hal/usb ucoo/utils
include $(BASE)/build/top.mk