summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/utils/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-15 16:06:59 +0100
committerNicolas Schodet2012-12-23 23:04:00 +0100
commit7a6db77f598f0f4723b3f6048e372daa92ec2430 (patch)
treefa337c41ecd63d78b9686f4b10c83aed9f25197a /digital/ucoolib/ucoolib/utils/test/Makefile
parent87e67c28d9bbc17517481d6c90c0af40b5638b81 (diff)
digital/ucoolib/ucoolib/utils: add fifo low level container
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