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

@ -17,5 +17,6 @@ LWINC = \
$(LWIPDIR)/include
# Shared variables
ALLCSRC += $(LWIPSRC)
ALLINC += $(LWIPINC)
ALLCSRC += $(LWSRC)
ALLINC += $(LWINC) \
$(CHIBIOS)/os/various