]> Git Repo - qemu.git/blame_incremental - target/i386/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170727-pull-request' into...
[qemu.git] / target / i386 / Makefile.objs
... / ...
CommitLineData
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
6obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o monitor.o
7obj-$(CONFIG_KVM) += kvm.o hyperv.o
8obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
9# HAX support
10ifdef CONFIG_WIN32
11obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-windows.o
12endif
13ifdef CONFIG_DARWIN
14obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-darwin.o
15endif
This page took 0.017919 seconds and 4 git commands to generate.