diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-21 01:08:43 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-21 01:08:43 +0300 |
| commit | b440307b4a15a540413a7a9f699d388c7428a63c (patch) | |
| tree | cb63d67fd8b5e386d0cb74464768723b9d158e13 /zephyr | |
| parent | 3f251efb9bb22fe45ef5392b8ed9d6f9148415e7 (diff) | |
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Now frozen modules generation handled fully by py.mk and available for reuse
by any port.
Diffstat (limited to 'zephyr')
| -rw-r--r-- | zephyr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/Makefile b/zephyr/Makefile index 1db84cb32..9682dc5cc 100644 --- a/zephyr/Makefile +++ b/zephyr/Makefile @@ -41,7 +41,6 @@ SRC_C = main.c \ lib/utils/interrupt_char.c \ lib/utils/pyhelp.c \ lib/mp-readline/readline.c \ - $(BUILD)/frozen.c \ $(SRC_MOD) # List of sources for qstr extraction |
