]> git.proxmox.com Git - mirror_qemu.git/blame - target-i386/Makefile.objs
x86: split off SVM helpers
[mirror_qemu.git] / target-i386 / Makefile.objs
CommitLineData
fbe37ef3 1obj-y += translate.o op_helper.o helper.o cpu.o
6bada5e8 2obj-y += excp_helper.o fpu_helper.o cc_helper.o int_helper.o svm_helper.o
fbe37ef3
PB
3obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
4obj-$(CONFIG_KVM) += kvm.o hyperv.o
5e8861a0
PB
5obj-$(CONFIG_LINUX_USER) += ioport-user.o
6obj-$(CONFIG_BSD_USER) += ioport-user.o
9cdc8df3
PB
7
8$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
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)