File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ include ../py/py.mk
1212
1313MPY_CROSS = ../mpy-cross/mpy-cross
1414MPY_TOOL = ../tools/mpy-tool.py
15- MAKE_FROZEN = ../tools/make-frozen.py
1615
1716FROZEN_DIR = scripts
1817FROZEN_MPY_DIR = modules
Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ all: $(BUILD)/firmware.dfu $(BUILD)/firmware.hex
276276ifneq ($(FROZEN_DIR ) ,)
277277CFLAGS += -DMICROPY_MODULE_FROZEN_STR
278278OBJ += $(BUILD ) /frozen-files.o
279- MAKE_FROZEN = ../tools/make-frozen.py
280279
281280$(BUILD ) /frozen-files.o : $(BUILD ) /frozen-files.c
282281 $(call compile_c)
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ coverage_test: coverage
273273 gcov -o build-coverage/extmod ../extmod/* .c
274274
275275$(BUILD ) /_frozen_upip.c : $(BUILD ) /frozen_upip/upip.py
276- ../tools/make-frozen.py $(dir $^ ) > $@
276+ $( MAKE_FROZEN ) $(dir $^ ) > $@
277277
278278# Select latest upip version available
279279UPIP_TARBALL := $(shell ls -1 -v ../tools/micropython-upip-* .tar.gz | tail -n1)
You can’t perform that action at this time.
0 commit comments