diff --git a/nrf5/Makefile b/nrf5/Makefile index f48736f664..d378334715 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -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 diff --git a/nrf5/modules/test.py b/nrf5/freeze/test.py similarity index 100% rename from nrf5/modules/test.py rename to nrf5/freeze/test.py