Skip to content

Commit 93d7677

Browse files
authored
Merge pull request #3239 from jepler/mpy-cross-dependency-analysis
mpy-cross: fix dependency analysis
2 parents 034b1bb + e666e86 commit 93d7677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mpy-cross/mpy-cross.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ endif
8282
OBJ = $(PY_O)
8383
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
8484

85+
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h
86+
8587
include $(TOP)/py/mkrules.mk

0 commit comments

Comments
 (0)