summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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