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

include $(BASE)/build/top.mk