summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/zkit-arm-1769/src/Makefile')
-rw-r--r--nuttx/configs/zkit-arm-1769/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/zkit-arm-1769/src/Makefile b/nuttx/configs/zkit-arm-1769/src/Makefile
index 491e364f4..63740245b 100644
--- a/nuttx/configs/zkit-arm-1769/src/Makefile
+++ b/nuttx/configs/zkit-arm-1769/src/Makefile
@@ -41,7 +41,7 @@
-include $(TOPDIR)/Make.defs
ASRCS =
-CSRCS = up_boot.c up_leds.c up_ssp.c up_buttons.c
+CSRCS = up_boot.c up_leds.c up_ssp.c up_buttons.c up_lcd.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c