summaryrefslogtreecommitdiff
path: root/ucoo/base/test/test/Makefile
blob: b4293ec05d9032679d4ccfebd5faaddb71631b61 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

TARGETS = host stm32f4
PROGS = test_test
test_test_SOURCES = test_test.cc

MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb ucoo/hal/gpio

include $(BASE)/build/top.mk