]> git.proxmox.com Git - qemu.git/blob - target-i386/Makefile.objs
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[qemu.git] / target-i386 / Makefile.objs
1 obj-y += translate.o op_helper.o helper.o cpu.o
2 obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
3 obj-$(CONFIG_KVM) += kvm.o hyperv.o
4 obj-$(CONFIG_LINUX_USER) += ioport-user.o
5 obj-$(CONFIG_BSD_USER) += ioport-user.o
6
7 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)