]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/openrisc/Makefile.objs
meson: convert hw/arch*
[mirror_qemu.git] / target / openrisc / Makefile.objs
index b5432f46843ee40f1f66693a09416b9c0a7a4b88..423d64512eeb75a98d5d62740693ad4f952ca946 100644 (file)
@@ -6,10 +6,10 @@ obj-y += gdbstub.o
 
 DECODETREE = $(SRC_PATH)/scripts/decodetree.py
 
-target/openrisc/decode.inc.c: \
+target/openrisc/decode.c.inc: \
   $(SRC_PATH)/target/openrisc/insns.decode $(DECODETREE)
        $(call quiet-command,\
          $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
 
-target/openrisc/translate.o: target/openrisc/decode.inc.c
-target/openrisc/disas.o: target/openrisc/decode.inc.c
+target/openrisc/translate.o: target/openrisc/decode.c.inc
+target/openrisc/disas.o: target/openrisc/decode.c.inc