]> git.proxmox.com Git - mirror_qemu.git/blame - target/i386/Makefile.objs
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging
[mirror_qemu.git] / target / i386 / Makefile.objs
CommitLineData
44eff673
YZ
1obj-y += helper.o cpu.o gdbstub.o xsave_helper.o
2obj-$(CONFIG_TCG) += translate.o
3obj-$(CONFIG_TCG) += bpt_helper.o cc_helper.o excp_helper.o fpu_helper.o
4obj-$(CONFIG_TCG) += int_helper.o mem_helper.o misc_helper.o mpx_helper.o
5obj-$(CONFIG_TCG) += seg_helper.o smm_helper.o svm_helper.o
8417442a
RK
6ifeq ($(CONFIG_SOFTMMU),y)
7obj-y += machine.o arch_memory_mapping.o arch_dump.o monitor.o
8obj-$(CONFIG_KVM) += kvm.o
cf01ba9e 9obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
8417442a
RK
10obj-$(CONFIG_HYPERV) += hyperv.o
11obj-$(call lnot,$(CONFIG_HYPERV)) += hyperv-stub.o
12ifeq ($(CONFIG_WIN32),y)
b0cb0a66
VP
13obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-windows.o
14endif
b65cc8de
ASB
15ifeq ($(CONFIG_POSIX),y)
16obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-posix.o
6f805823 17endif
b65cc8de 18obj-$(CONFIG_HVF) += hvf/
812d49f2 19obj-$(CONFIG_WHPX) += whpx-all.o
8417442a
RK
20endif
21obj-$(CONFIG_SEV) += sev.o
22obj-$(call lnot,$(CONFIG_SEV)) += sev-stub.o