We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3f1ba commit 46547f1Copy full SHA for 46547f1
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