Merge pull request #3239 from jepler/mpy-cross-dependency-analysis

mpy-cross: fix dependency analysis
This commit is contained in:
Scott Shawcroft 2020-08-03 13:14:26 -07:00 committed by GitHub
commit 93d76778c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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