]> git.proxmox.com Git - mirror_qemu.git/blame - target/hppa/Makefile.objs
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak
[mirror_qemu.git] / target / hppa / Makefile.objs
CommitLineData
813dff13 1obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
1a19da0d 2obj-y += int_helper.o
c643603a 3obj-$(CONFIG_SOFTMMU) += machine.o
40f9f908
RH
4
5DECODETREE = $(SRC_PATH)/scripts/decodetree.py
6
7target/hppa/decode.inc.c: $(SRC_PATH)/target/hppa/insns.decode $(DECODETREE)
8 $(call quiet-command,\
9 $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
10
11target/hppa/translate.o: target/hppa/decode.inc.c