diff options
| author | Paul Sokolovsky | 2016-03-17 23:06:47 +0800 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-17 23:06:47 +0800 |
| commit | 9d7b871f589660cd81c5659f40fc2dbf06d44665 (patch) | |
| tree | 5af19d799f39355ed5d6912b43e074ddbdc5a692 /esp8266/Makefile | |
| parent | 2466cb67f831abef9425ec9c6b12cb8eeb8602b7 (diff) | |
esp8266: Store frozen modules in FlashROM.
Requires special lexer to access their contents.
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 e6f04d380..1ede2fe5b 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -55,6 +55,7 @@ SRC_C = \ main.c \ esp_mphal.c \ gccollect.c \ + lexerstr32.c \ uart.c \ modpyb.c \ modpybpin.c \ |
