Skip to content

Commit e666e86

Browse files
committed
mpy-cross: fix dependency analysis
Closes: #3074
1 parent 16b7d99 commit e666e86

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)