summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-08-03 13:14:26 -0700
committerGitHub <noreply@github.com>2020-08-03 13:14:26 -0700
commit93d76778c99cec4e7da912b37d5fc088f2f22d8b (patch)
tree212e7a753171821a52a230d2b2a036800582df4b
parent034b1bb9035d60f6e0aa862f3bc60aafb1fd6e07 (diff)
parente666e86035d533acf657c4ef1e247f84ea0a6f2d (diff)
Merge pull request #3239 from jepler/mpy-cross-dependency-analysis
mpy-cross: fix dependency analysis
-rw-r--r--mpy-cross/mpy-cross.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpy-cross/mpy-cross.mk b/mpy-cross/mpy-cross.mk
index c813dae9e..b4c8e34a2 100644
--- a/mpy-cross/mpy-cross.mk
+++ b/mpy-cross/mpy-cross.mk
@@ -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