From e68681804ee6546c94d9bcf55397c753e7809fe2 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sat, 4 Feb 2017 23:46:29 +0100 Subject: [PATCH] nrf5: Renaming python modules folder to freeze to give the folder its right meaning. The scripts put into this folder will be frozen. --- nrf5/Makefile | 2 +- nrf5/{modules => freeze}/test.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nrf5/{modules => freeze}/test.py (100%) 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