diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-08 10:29:05 +0700 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-08 10:29:05 +0700 |
commit | d684f872bdf1e9489061130903137cac6930e876 (patch) | |
tree | 1731a476ea0586e1568f22542d92a87040914cff /esp8266 | |
parent | 05dda0ee9e4530fa303254c0235b521ba3e6a975 (diff) | |
download | micropython-d684f872bdf1e9489061130903137cac6930e876.tar.gz micropython-d684f872bdf1e9489061130903137cac6930e876.zip |
esp8266/Makefile: Add define for ESP8266 lwIP.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 0a8592249b..769cf332d4 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -29,6 +29,7 @@ CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \ -D__ets__ -DICACHE_FLASH \ -fno-inline-functions \ -Wl,-EL -mlongcalls -mtext-section-literals \ + -DLWIP_OPEN_SRC CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib -DUART_OS=$(UART_OS) \ $(CFLAGS_XTENSA) $(COPT) $(CFLAGS_EXTRA) |