summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/utils/test/Makefile
blob: 874bc3256b7220b4e8ee122061608d492a4f4a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
BASE = ../../..

TARGETS = host stm32f4
PROGS = test_fifo
stm32f4_PROGS = test_delay
test_fifo_SOURCES = test_fifo.cc
test_delay_SOURCES = test_delay.cc

MODULES = utils base/test hal/usb

include $(BASE)/build/top.mk