summaryrefslogtreecommitdiff
path: root/nuttx/configs/tm4c1294-launchpad/src/Makefile
diff options
context:
space:
mode:
authorsauttefk <nuttx@sautter.com>2015-02-24 03:29:02 +0100
committersauttefk <nuttx@sautter.com>2015-02-24 03:29:02 +0100
commiteda82a31de31749ab331f2bd1413018ad106c34d (patch)
tree22ed7bd31e59aa40086501d290f0aa9e03b00f20 /nuttx/configs/tm4c1294-launchpad/src/Makefile
parent364157d84762403a37c56fe1ae2a1e4db41b18ad (diff)
downloadnuttx-eda82a31de31749ab331f2bd1413018ad106c34d.tar.gz
nuttx-eda82a31de31749ab331f2bd1413018ad106c34d.tar.bz2
nuttx-eda82a31de31749ab331f2bd1413018ad106c34d.zip
EK-TM4C1294XL Launchpad has no SD-card socket
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