summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/hal/uart/test/Makefile
blob: 6989dd2d09b3d05cf48f610b9b2359502e3070c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../../..

TARGETS = host stm32f4
PROGS = test_uart
stm32f4_PROGS = test_uart_disc
test_uart_SOURCES = test_uart.cc
test_uart_disc_SOURCES = test_uart_disc.cc

MODULES = hal/uart
test_uart_disc_MODULES = $(MODULES) base/test hal/usb

include $(BASE)/build/top.mk