summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/base/proto/test/Makefile
blob: f02be13d5b5f3dc99e57255229bf8766a990e592 (plain)
1
2
3
4
5
6
7
8
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