summaryrefslogtreecommitdiff
path: root/nuttx/configs/tm4c1294-launchpad/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-24 07:13:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-24 07:13:48 -0600
commit62d3709a5962ed5cafec2aad5b3b6ed406840d60 (patch)
treeb1496713e725bc637b741f585d4c5d23f69453f6 /nuttx/configs/tm4c1294-launchpad/src/Makefile
parent4aff813b3c25cea99f01ea3eb4eb5551b29938e6 (diff)
parent45e0cf1f4a7664974933db2a408ccea6acad4eff (diff)
downloadnuttx-62d3709a5962ed5cafec2aad5b3b6ed406840d60.tar.gz
nuttx-62d3709a5962ed5cafec2aad5b3b6ed406840d60.tar.bz2
nuttx-62d3709a5962ed5cafec2aad5b3b6ed406840d60.zip
Merge commit '45e0cf1f4a7664974933db2a408ccea6acad4eff'
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