]> git.proxmox.com Git - qemu.git/blame - target-i386/Makefile.objs
x86: split off FPU helpers
[qemu.git] / target-i386 / Makefile.objs
CommitLineData
fbe37ef3 1obj-y += translate.o op_helper.o helper.o cpu.o
f299f437 2obj-y += excp_helper.o fpu_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)