From 574480980dcffbfa7cd6dbe71e88253eb4c9feba Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 3 Jun 2015 13:46:44 +0200 Subject: Rename ucoolib modules directory from ucoolib to ucoo --- ucoo/hal/uart/test/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ucoo/hal/uart/test/Makefile (limited to 'ucoo/hal/uart/test/Makefile') diff --git a/ucoo/hal/uart/test/Makefile b/ucoo/hal/uart/test/Makefile new file mode 100644 index 0000000..6989dd2 --- /dev/null +++ b/ucoo/hal/uart/test/Makefile @@ -0,0 +1,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 = hal/uart +test_uart_disc_MODULES = $(MODULES) base/test hal/usb + +include $(BASE)/build/top.mk -- cgit v1.2.3