diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-08-02 20:42:10 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-08-02 20:42:10 -0500 |
| commit | e666e86035d533acf657c4ef1e247f84ea0a6f2d (patch) | |
| tree | f359a67cea4ef239dd1516cb86a176a5fa9d2aba | |
| parent | 16b7d99041d5fd6879fa6e6a1045690d70373aa9 (diff) | |
mpy-cross: fix dependency analysis
Closes: #3074
| -rw-r--r-- | mpy-cross/mpy-cross.mk | 2 |
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 |
