summaryrefslogtreecommitdiff
path: root/nuttx/configs/tm4c1294-launchpad/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/tm4c1294-launchpad/src/Makefile')
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/tm4c1294-launchpad/src/Makefile b/nuttx/configs/tm4c1294-launchpad/src/Makefile
index 7480e46af..4895ec216 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/Makefile
+++ b/nuttx/configs/tm4c1294-launchpad/src/Makefile
@@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = tm4c_boot.c tm4c_bringup.c tm4c_ssi.c
+CSRCS = tm4c_boot.c tm4c_bringup.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += tm4c_autoleds.c