Skip to content

Commit 46547f1

Browse files
committed
quectel: Change compilation path to absolute.
1 parent fa3f1ba commit 46547f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/quectel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ $(BUILD)/_frozen_mpy.c: frozentest.mpy $(BUILD)/genhdr/qstrdefs.generated.h
110110
$(BUILD)/firmware.a: $(OBJ)
111111
$(ECHO) "AR $@"
112112
$(Q)$(AR) -cr $@ $^
113-
cd $(ROOT) && helios make ../../../micropython $(BOARD)
113+
cd $(ROOT) && helios make $(abspath $(TOP)) $(BOARD)
114114

115115
include $(TOP)/py/mkrules.mk

0 commit comments

Comments
 (0)