nrf5: Renaming python modules folder to freeze to give the folder its right meaning. The scripts put into this folder will be frozen.

This commit is contained in:
Glenn Ruben Bakke 2017-02-04 23:46:29 +01:00
parent 357b21ae72
commit e68681804e
2 changed files with 1 additions and 1 deletions

View File

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