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