aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-13 20:26:06 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-13 20:26:06 +0100
commit73402af8bd37c370554ccbfb568b0d887d4f5b46 (patch)
treee1a62c4a1afe67379df4a3696893e773836cef01 /demos
parente75bb117dd187b9db3f024a60c383c91a016c29f (diff)
downloadChibiOS-Contrib-73402af8bd37c370554ccbfb568b0d887d4f5b46.tar.gz
ChibiOS-Contrib-73402af8bd37c370554ccbfb568b0d887d4f5b46.tar.bz2
ChibiOS-Contrib-73402af8bd37c370554ccbfb568b0d887d4f5b46.zip
Fixed problem in LwIP demo makefile
Diffstat (limited to 'demos')
-rw-r--r--demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile
index 6598fd8..6dd75df 100644
--- a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile
+++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile
@@ -110,7 +110,6 @@ LDSCRIPT= $(STARTUPLD)/TM4C129xNC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = $(ALLCSRC) \
- $(TESTSRC) \
$(LWSRC) \
$(CHIBIOS)/os/various/evtimer.c \
main.c \
@@ -144,7 +143,7 @@ TCPPSRC =
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
-INCDIR = $(ALLINC) $(TESTINC)
+INCDIR = $(ALLINC) $(LWINC) $(CHIBIOS)/os/various
#
# Project, sources and paths