summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/base/proto/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2013-03-04 21:38:38 +0100
committerNicolas Schodet2013-03-04 21:38:38 +0100
commit048fcb8d510cdbf4cf6b207961ca59c82848e6fb (patch)
tree0b4b8c8b2426c44116fcb4332a11bc703c2474f3 /digital/ucoolib/ucoolib/base/proto/test/Makefile
parent2fb53ef2384f2217b370c673478598f42335f6e8 (diff)
digital/ucoolib/ucoolib/base/proto: add legacy proto handler
Diffstat (limited to 'digital/ucoolib/ucoolib/base/proto/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/base/proto/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/digital/ucoolib/ucoolib/base/proto/test/Makefile b/digital/ucoolib/ucoolib/base/proto/test/Makefile
new file mode 100644
index 00000000..f02be13d
--- /dev/null
+++ b/digital/ucoolib/ucoolib/base/proto/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../../..
+
+TARGETS = host stm32f4
+PROGS = test_proto
+test_proto_SOURCES = test_proto.cc
+
+MODULES = base/proto base/test hal/usb
+
+include $(BASE)/build/top.mk