Filelists.mk: make init.c the first file compiled, to have the sanity checks first

This commit is contained in:
sg 2016-07-21 20:47:43 +02:00
parent 764343ebc7
commit 806298583b

View File

@ -30,10 +30,10 @@
#
# COREFILES, CORE4FILES: The minimum set of files needed for lwIP.
COREFILES=$(LWIPDIR)/core/def.c \
COREFILES=$(LWIPDIR)/core/init.c \
$(LWIPDIR)/core/def.c \
$(LWIPDIR)/core/dns.c \
$(LWIPDIR)/core/inet_chksum.c \
$(LWIPDIR)/core/init.c \
$(LWIPDIR)/core/ip.c \
$(LWIPDIR)/core/mem.c \
$(LWIPDIR)/core/memp.c \