summaryrefslogtreecommitdiff
path: root/ucoolib/hal/uart
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-23 15:17:51 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commit3ed4ee99092ae29304101f692594b0b4cdb0f6ee (patch)
tree1c8a8f794dcc4a1a0fff6cbc9f1a096014ae1f27 /ucoolib/hal/uart
parent31bdbce67dd34298de7bc1e133167ecc1ec1251f (diff)
Default to build intf module
Diffstat (limited to 'ucoolib/hal/uart')
-rw-r--r--ucoolib/hal/uart/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoolib/hal/uart/test/Makefile b/ucoolib/hal/uart/test/Makefile
index e9a31fa..40623e5 100644
--- a/ucoolib/hal/uart/test/Makefile
+++ b/ucoolib/hal/uart/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
PROGS = test_uart
test_uart_SOURCES = test_uart.cc
-MODULES = hal/uart intf
+MODULES = hal/uart
include $(BASE)/build/top.mk