]> git.proxmox.com Git - mirror_qemu.git/blob - target/openrisc/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180515-pull-request' into...
[mirror_qemu.git] / target / openrisc / Makefile.objs
1 obj-$(CONFIG_SOFTMMU) += machine.o
2 obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
3 obj-y += exception_helper.o fpu_helper.o \
4 interrupt_helper.o mmu_helper.o sys_helper.o
5 obj-y += gdbstub.o
6
7 DECODETREE = $(SRC_PATH)/scripts/decodetree.py
8
9 target/openrisc/decode.inc.c: \
10 $(SRC_PATH)/target/openrisc/insns.decode $(DECODETREE)
11 $(call quiet-command,\
12 $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
13
14 target/openrisc/translate.o: target/openrisc/decode.inc.c