nrf5: Updating Makefile to use correct variable for setting directory of file to freeze as mpy.

This commit is contained in:
Glenn Ruben Bakke 2017-02-26 01:30:33 +01:00
parent 65f3e16775
commit dcd980381d

View File

@ -37,7 +37,7 @@ endif
# qstr definitions (must come before including py.mk) # qstr definitions (must come before including py.mk)
QSTR_DEFS = qstrdefsport.h $(BUILD)/pins_qstr.h QSTR_DEFS = qstrdefsport.h $(BUILD)/pins_qstr.h
FROZEN_DIR = freeze FROZEN_MPY_DIR = freeze
# include py core make definitions # include py core make definitions
include ../py/py.mk include ../py/py.mk