Fixed problem in LwIP demo makefile

This commit is contained in:
marcoveeneman 2018-03-13 20:26:06 +01:00
parent e75bb117dd
commit 73402af8bd
1 changed files with 1 additions and 2 deletions

View File

@ -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