Updated lwip bindings

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11659 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Rocco Marco Guglielmi 2018-03-09 10:42:04 +00:00
parent 53e7842505
commit d12c6d08aa
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# List of the required lwIP files. # List of the required lwIP files.
LWIPDIR = $(CHIBIOS)/ext/lwip/src LWIPDIR = $(CHIBIOS)/ext/lwip/src
# The various blocks of files are outlined in Filelists.mk. # The various blocks of files are outlined in Filelists.mk.
include $(LWIPDIR)/Filelists.mk include $(LWIPDIR)/Filelists.mk
@ -17,5 +17,6 @@ LWINC = \
$(LWIPDIR)/include $(LWIPDIR)/include
# Shared variables # Shared variables
ALLCSRC += $(LWIPSRC) ALLCSRC += $(LWSRC)
ALLINC += $(LWIPINC) ALLINC += $(LWINC) \
$(CHIBIOS)/os/various