We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570a68a commit bbbcec1Copy full SHA for bbbcec1
1 file changed
ports/quectel/Makefile
@@ -110,6 +110,6 @@ $(BUILD)/_frozen_mpy.c: frozentest.mpy $(BUILD)/genhdr/qstrdefs.generated.h
110
$(BUILD)/firmware.a: $(OBJ)
111
$(ECHO) "AR $@"
112
$(Q)$(AR) -cr $@ $^
113
- cd $(ROOT) && helios make ../../../micropython $(BOARD)
+ cd $(ROOT) && helios make $(abspath $(TOP)) $(BOARD)
114
115
include $(TOP)/py/mkrules.mk
0 commit comments