summaryrefslogtreecommitdiff
path: root/ucoo/hal/uart/test/Makefile
blob: b1e9c71bf5a5a31b3163dd572cdbf061886675d5 (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 = ucoo/hal/uart
test_uart_disc_MODULES = $(MODULES) ucoo/base/test ucoo/hal/usb

include $(BASE)/build/top.mk