summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/hal/uart/test/Makefile
blob: 5d84850c32651c4d5ed9e3d5384ce35b9b677f0a (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 base/test hal/usb

include $(BASE)/build/top.mk