summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy31/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/teensy31/src/Makefile')
-rw-r--r--nuttx/configs/teensy31/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/teensy31/src/Makefile b/nuttx/configs/teensy31/src/Makefile
index e4edfb0c5..a3ce81ff6 100644
--- a/nuttx/configs/teensy31/src/Makefile
+++ b/nuttx/configs/teensy31/src/Makefile
@@ -40,7 +40,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_boot.c up_lcd.c up_spi.c
+CSRCS = up_boot.c cfmconfig.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += up_leds.c