From 0acc71b220d77d25750e9ff905078312478bd335 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 21 Oct 2012 19:02:42 +0200 Subject: digital/ucoolib/ucoolib/hal/uart: add module skeleton --- digital/ucoolib/ucoolib/hal/uart/test/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 digital/ucoolib/ucoolib/hal/uart/test/Makefile (limited to 'digital/ucoolib/ucoolib/hal/uart/test/Makefile') diff --git a/digital/ucoolib/ucoolib/hal/uart/test/Makefile b/digital/ucoolib/ucoolib/hal/uart/test/Makefile new file mode 100644 index 00000000..e9a31fac --- /dev/null +++ b/digital/ucoolib/ucoolib/hal/uart/test/Makefile @@ -0,0 +1,9 @@ +BASE = ../../../.. + +TARGETS = stm32f4 +PROGS = test_uart +test_uart_SOURCES = test_uart.cc + +MODULES = hal/uart intf + +include $(BASE)/build/top.mk -- cgit v1.2.3