]> git.proxmox.com Git - mirror_qemu.git/blob - target/hppa/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request' into...
[mirror_qemu.git] / target / hppa / Makefile.objs
1 obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
2 obj-y += int_helper.o
3 obj-$(CONFIG_SOFTMMU) += machine.o
4
5 DECODETREE = $(SRC_PATH)/scripts/decodetree.py
6
7 target/hppa/decode.inc.c: $(SRC_PATH)/target/hppa/insns.decode $(DECODETREE)
8 $(call quiet-command,\
9 $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
10
11 target/hppa/translate.o: target/hppa/decode.inc.c