]> git.proxmox.com Git - mirror_qemu.git/blame - target/openrisc/Makefile.objs
target/mips: Fix if-else-switch-case arms checkpatch errors in translate.c
[mirror_qemu.git] / target / openrisc / Makefile.objs
CommitLineData
e67db06e 1obj-$(CONFIG_SOFTMMU) += machine.o
d5cabcce 2obj-y += cpu.o exception.o interrupt.o mmu.o translate.o disas.o
9ecaa27e 3obj-y += exception_helper.o fpu_helper.o \
fd992ee7 4 interrupt_helper.o sys_helper.o
5b50e790 5obj-y += gdbstub.o
7de9729f
RH
6
7DECODETREE = $(SRC_PATH)/scripts/decodetree.py
8
9target/openrisc/decode.inc.c: \
10 $(SRC_PATH)/target/openrisc/insns.decode $(DECODETREE)
11 $(call quiet-command,\
12 $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
13
14target/openrisc/translate.o: target/openrisc/decode.inc.c
d5cabcce 15target/openrisc/disas.o: target/openrisc/decode.inc.c