summaryrefslogtreecommitdiff
path: root/ucoolib/hal/uart/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/hal/uart/test/Makefile')
-rw-r--r--ucoolib/hal/uart/test/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/ucoolib/hal/uart/test/Makefile b/ucoolib/hal/uart/test/Makefile
deleted file mode 100644
index 6989dd2..0000000
--- a/ucoolib/hal/uart/test/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-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