summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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