esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden.
This commit is contained in:
parent
a5609e1cf1
commit
76ec04a6d9
|
@ -8,8 +8,8 @@ MICROPY_SSL_AXTLS = 1
|
||||||
MICROPY_FATFS = 1
|
MICROPY_FATFS = 1
|
||||||
MICROPY_PY_BTREE = 1
|
MICROPY_PY_BTREE = 1
|
||||||
|
|
||||||
FROZEN_DIR = scripts
|
FROZEN_DIR ?= scripts
|
||||||
FROZEN_MPY_DIR = modules
|
FROZEN_MPY_DIR ?= modules
|
||||||
|
|
||||||
# include py core make definitions
|
# include py core make definitions
|
||||||
include ../py/py.mk
|
include ../py/py.mk
|
||||||
|
|
Loading…
Reference in New Issue