Skip to content
Snippets Groups Projects
Commit 76ec04a6 authored by Damien George's avatar Damien George
Browse files

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

parent a5609e1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment