]> Git Repo - qemu.git/blob - target/i386/Makefile.objs
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / target / i386 / Makefile.objs
1 obj-y += helper.o cpu.o gdbstub.o xsave_helper.o
2 obj-$(CONFIG_TCG) += translate.o
3 obj-$(CONFIG_TCG) += bpt_helper.o cc_helper.o excp_helper.o fpu_helper.o
4 obj-$(CONFIG_TCG) += int_helper.o mem_helper.o misc_helper.o mpx_helper.o
5 obj-$(CONFIG_TCG) += seg_helper.o smm_helper.o svm_helper.o
6 obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o monitor.o
7 obj-$(CONFIG_KVM) += kvm.o hyperv.o
8 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
9 # HAX support
10 ifdef CONFIG_WIN32
11 obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-windows.o
12 endif
13 ifdef CONFIG_DARWIN
14 obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-darwin.o
15 obj-$(CONFIG_HVF) += hvf/
16 endif
17 obj-$(CONFIG_WHPX) += whpx-all.o
This page took 0.023916 seconds and 4 git commands to generate.