esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden.

This commit is contained in:
Damien George 2017-06-15 18:45:18 +10:00
parent a5609e1cf1
commit 76ec04a6d9
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ MICROPY_SSL_AXTLS = 1
MICROPY_FATFS = 1
MICROPY_PY_BTREE = 1
FROZEN_DIR = scripts
FROZEN_MPY_DIR = modules
FROZEN_DIR ?= scripts
FROZEN_MPY_DIR ?= modules
# include py core make definitions
include ../py/py.mk