]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/Makefile.objs
kvm: i386: fix LAPIC TSC deadline timer save/restore
[qemu.git] / target-i386 / Makefile.objs
index f91375578c7e101749639d16afcb7b42e588dd13..c1d4f059da8cf7d3c87d4b23ca2365f43ba6c70b 100644 (file)
@@ -1,7 +1,8 @@
-obj-y += translate.o op_helper.o helper.o cpu.o
+obj-y += translate.o helper.o cpu.o
+obj-y += excp_helper.o fpu_helper.o cc_helper.o int_helper.o svm_helper.o
+obj-y += smm_helper.o misc_helper.o mem_helper.o seg_helper.o
 obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
 obj-$(CONFIG_KVM) += kvm.o hyperv.o
+obj-$(CONFIG_NO_KVM) += kvm-stub.o
 obj-$(CONFIG_LINUX_USER) += ioport-user.o
 obj-$(CONFIG_BSD_USER) += ioport-user.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)