diff options
| author | Damien George | 2015-12-28 10:23:30 +0000 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-08 10:21:50 +0700 |
| commit | 05dda0ee9e4530fa303254c0235b521ba3e6a975 (patch) | |
| tree | 2ccd66b183bc3a0e1deec5e66db53d516e1db609 /esp8266/Makefile | |
| parent | 88b04909453a6847d3d902fb634d5dd14b2f32dd (diff) | |
esp8266: Enable modlwip.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index ceb4653e9..0a8592249 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -66,6 +66,7 @@ SRC_C = \ modmachine.c \ utils.c \ $(BUILD)/frozen.c \ + ../extmod/modlwip.o \ STM_SRC_C = $(addprefix stmhal/,\ pybstdio.c \ |
