diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-16 10:48:42 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-16 10:49:36 +0300 |
commit | 799ccdc7892a036bf7d1e3c378f3abaa3ef9fee3 (patch) | |
tree | 5bba6703c80d572d8bc2e9a938df145624752811 /esp8266 | |
parent | 06234a6115096a80f1a20d97a56c53766a9b8239 (diff) |
esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index d86fec180..65a513afd 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -12,7 +12,6 @@ include ../py/py.mk MPY_CROSS = ../mpy-cross/mpy-cross MPY_TOOL = ../tools/mpy-tool.py -MAKE_FROZEN = ../tools/make-frozen.py FROZEN_DIR = scripts FROZEN_MPY_DIR = modules |