summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/hal/uart/test/Makefile
blob: 40623e50434bded1d9ddaa6e5cfba72e09fc8ad4 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

TARGETS = stm32f4
PROGS = test_uart
test_uart_SOURCES = test_uart.cc

MODULES = hal/uart

include $(BASE)/build/top.mk