summaryrefslogtreecommitdiff
path: root/nuttx/configs/zp214xpa/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/zp214xpa/src/Makefile')
-rw-r--r--nuttx/configs/zp214xpa/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/zp214xpa/src/Makefile b/nuttx/configs/zp214xpa/src/Makefile
index 8f1e1c05d..571b43b07 100644
--- a/nuttx/configs/zp214xpa/src/Makefile
+++ b/nuttx/configs/zp214xpa/src/Makefile
@@ -49,6 +49,10 @@ ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS =
+ifeq ($(CONFIG_LCD_UG2864AMBAG01),y)
+CSRCS += up_ug2864ambag01.c up_spi1.c
+endif
+
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)