]> git.proxmox.com Git - mirror_qemu.git/blame - target-i386/Makefile.objs
qapi: introduce OptsVisitor
[mirror_qemu.git] / target-i386 / Makefile.objs
CommitLineData
9cc85c28 1obj-y += translate.o helper.o cpu.o
6bada5e8 2obj-y += excp_helper.o fpu_helper.o cc_helper.o int_helper.o svm_helper.o
9cc85c28 3obj-y += smm_helper.o misc_helper.o mem_helper.o seg_helper.o
fbe37ef3
PB
4obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
5obj-$(CONFIG_KVM) += kvm.o hyperv.o
5e8861a0
PB
6obj-$(CONFIG_LINUX_USER) += ioport-user.o
7obj-$(CONFIG_BSD_USER) += ioport-user.o
9cdc8df3 8
f299f437 9$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
5918fffb 10$(obj)/cc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
d7582078 11$(obj)/int_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
6bada5e8 12$(obj)/svm_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
ab109e59 13$(obj)/smm_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
f7b2429f 14$(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
10774999 15$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
9cc85c28 16$(obj)/seg_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)