summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/utils/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/ucoolib/ucoolib/utils/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/utils/test/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/digital/ucoolib/ucoolib/utils/test/Makefile b/digital/ucoolib/ucoolib/utils/test/Makefile
index 2c45dc44..874bc325 100644
--- a/digital/ucoolib/ucoolib/utils/test/Makefile
+++ b/digital/ucoolib/ucoolib/utils/test/Makefile
@@ -1,9 +1,11 @@
BASE = ../../..
-TARGETS = stm32f4
+TARGETS = host stm32f4
+PROGS = test_fifo
stm32f4_PROGS = test_delay
+test_fifo_SOURCES = test_fifo.cc
test_delay_SOURCES = test_delay.cc
-MODULES = utils
+MODULES = utils base/test hal/usb
include $(BASE)/build/top.mk