mpy-cross: fix dependency analysis

Closes: #3074
This commit is contained in:
Jeff Epler 2020-08-02 20:42:10 -05:00
parent 16b7d99041
commit e666e86035
1 changed files with 2 additions and 0 deletions

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