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

TARGETS = host stm32f4
PROGS = test_math
test_math_SOURCES = test_math.cc

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

include $(BASE)/build/top.mk