Re-enabled open source LWIP.

This commit is contained in:
Johny Mattsson 2015-10-09 15:32:59 +11:00
parent a161f882ae
commit 711d464a2b
1 changed files with 6 additions and 9 deletions

View File

@ -29,6 +29,7 @@ SUBDIRS= \
platform \
libc \
lua \
lwip \
coap \
mqtt \
u8glib \
@ -42,8 +43,6 @@ SUBDIRS= \
dhtlib \
tsl2561
#lwip \
endif # } PDIR
APPDIR = .
@ -75,6 +74,7 @@ COMPONENTS_eagle.app.v6 = \
platform/libplatform.a \
libc/liblibc.a \
lua/liblua.a \
lwip/liblwip.a \
coap/coap.a \
mqtt/mqtt.a \
u8glib/u8glib.a \
@ -88,7 +88,6 @@ COMPONENTS_eagle.app.v6 = \
tsl2561/tsl2561lib.a \
modules/libmodules.a
#lwip/liblwip.a \
LINKFLAGS_eagle.app.v6 = \
-Wl,--gc-sections \
@ -111,7 +110,6 @@ LINKFLAGS_eagle.app.v6 = \
-ljson \
-lsmartconfig \
-lssl \
-llwip \
$(DEP_LIBS_eagle.app.v6) \
-Wl,--end-group \
-lm
@ -135,11 +133,10 @@ DEPENDS_eagle.app.v6 = \
# -DTXRX_RXBUF_DEBUG
# -DWLAN_CONFIG_CCX
CONFIGURATION_DEFINES = -D__ets__ \
# -DICACHE_FLASH \
# -DLWIP_OPEN_SRC \
# -DPBUF_RSV_FOR_WLAN \
# -DEBUF_LWIP
-DICACHE_FLASH \
-DLWIP_OPEN_SRC \
-DPBUF_RSV_FOR_WLAN \
-DEBUF_LWIP
DEFINES += \
$(UNIVERSAL_TARGET_DEFINES) \