aboutsummaryrefslogtreecommitdiff
path: root/target/rx/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target/rx/Makefile.objs')
-rw-r--r--target/rx/Makefile.objs6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/rx/Makefile.objs b/target/rx/Makefile.objs
index a0018d5..cc3c420 100644
--- a/target/rx/Makefile.objs
+++ b/target/rx/Makefile.objs
@@ -2,10 +2,10 @@ obj-y += translate.o op_helper.o helper.o cpu.o gdbstub.o disas.o
DECODETREE = $(SRC_PATH)/scripts/decodetree.py
-target/rx/decode.inc.c: \
+target/rx/decode.c.inc: \
$(SRC_PATH)/target/rx/insns.decode $(DECODETREE)
$(call quiet-command,\
$(PYTHON) $(DECODETREE) --varinsnwidth 32 -o $@ $<, "GEN", $(TARGET_DIR)$@)
-target/rx/translate.o: target/rx/decode.inc.c
-target/rx/disas.o: target/rx/decode.inc.c
+target/rx/translate.o: target/rx/decode.c.inc
+target/rx/disas.o: target/rx/decode.c.inc