File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ include ../py/py.mk
12
12
13
13
MPY_CROSS = ../mpy-cross/mpy-cross
14
14
MPY_TOOL = ../tools/mpy-tool.py
15
- MAKE_FROZEN = ../tools/make-frozen.py
16
15
17
16
FROZEN_DIR = scripts
18
17
FROZEN_MPY_DIR = modules
Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ all: $(BUILD)/firmware.dfu $(BUILD)/firmware.hex
276
276
ifneq ($(FROZEN_DIR ) ,)
277
277
CFLAGS += -DMICROPY_MODULE_FROZEN_STR
278
278
OBJ += $(BUILD ) /frozen-files.o
279
- MAKE_FROZEN = ../tools/make-frozen.py
280
279
281
280
$(BUILD ) /frozen-files.o : $(BUILD ) /frozen-files.c
282
281
$(call compile_c)
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ coverage_test: coverage
273
273
gcov -o build-coverage/extmod ../extmod/* .c
274
274
275
275
$(BUILD ) /_frozen_upip.c : $(BUILD ) /frozen_upip/upip.py
276
- ../tools/make-frozen.py $(dir $^ ) > $@
276
+ $( MAKE_FROZEN ) $(dir $^ ) > $@
277
277
278
278
# Select latest upip version available
279
279
UPIP_TARBALL := $(shell ls -1 -v ../tools/micropython-upip-* .tar.gz | tail -n1)
You can’t perform that action at this time.
0 commit comments