summaryrefslogtreecommitdiff
path: root/ucoo/math/test/Makefile
blob: c0a17ee235280302e4eb11fdb0c1228e38ec9266 (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 ucoo/hal/gpio

include $(BASE)/build/top.mk