Skip to content

Commit

Permalink
Merge pull request #3239 from jepler/mpy-cross-dependency-analysis
Browse files Browse the repository at this point in the history
mpy-cross: fix dependency analysis
  • Loading branch information
tannewt authored Aug 3, 2020
2 parents 034b1bb + e666e86 commit 93d7677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpy-cross/mpy-cross.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ endif
OBJ = $(PY_O)
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))

$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h

include $(TOP)/py/mkrules.mk

0 comments on commit 93d7677

Please sign in to comment.