aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2015-04-16 21:16:10 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2015-04-16 21:16:10 +0200
commit6ed850b0a53659c3891a1fb41863ca741af54ef3 (patch)
tree892c26c8282dd88d11677146d7cd5c57ab13233b /demos/TIVA
parent23c2cabf28f94fc4a32b7013f29c35cbeee31904 (diff)
downloadChibiOS-Contrib-6ed850b0a53659c3891a1fb41863ca741af54ef3.tar.gz
ChibiOS-Contrib-6ed850b0a53659c3891a1fb41863ca741af54ef3.tar.bz2
ChibiOS-Contrib-6ed850b0a53659c3891a1fb41863ca741af54ef3.zip
Tiva. Fixed makefile for RT-TM4C1294-LAUNCHPAD-LWIP demo.
Diffstat (limited to 'demos/TIVA')
-rw-r--r--demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile
index 12680c1..ed53024 100644
--- a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile
+++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/Makefile
@@ -92,7 +92,7 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-include $(CHIBIOS)/test/rt/test.mk
+include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/TM4C129xNC.ld
@@ -107,7 +107,10 @@ CSRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(TESTSRC) \
- main.c
+ $(LWSRC) \
+ $(CHIBIOS)/os/various/evtimer.c \
+ main.c \
+ web/web.c \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -138,7 +141,7 @@ ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/various $(LWINC)
#
# Project, sources and paths