summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2016-01-18 17:21:26 +0100
committerNicolas Schodet2019-10-07 00:44:57 +0200
commit55585bdb46a4018377e803ef0dde27d83c19538e (patch)
tree67fe3b0567dd314485b29adf858181e8e0fda391
parent4295b92ef9725acceb655bc551643c91773a00c6 (diff)
ucoo/dev/lcd/test: remove duplicated module
-rw-r--r--ucoo/dev/lcd/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/dev/lcd/test/Makefile b/ucoo/dev/lcd/test/Makefile
index d11d882..5c0f5db 100644
--- a/ucoo/dev/lcd/test/Makefile
+++ b/ucoo/dev/lcd/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f1
PROGS = test_lcd
test_lcd_SOURCES = test_lcd.cc
-MODULES = ucoo/intf ucoo/utils ucoo/hal/gpio ucoo/hal/spi ucoo/dev/lcd
+MODULES = ucoo/utils ucoo/hal/gpio ucoo/hal/spi ucoo/dev/lcd
include $(BASE)/build/top.mk