mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 22:33:53 -06:00

It's a x86-only device, so it does not make sense to keep it in the shared misc folder. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
12 lines
303 B
Text
12 lines
303 B
Text
obj-$(CONFIG_KVM) += kvm/
|
|
obj-y += multiboot.o
|
|
obj-y += pc.o pc_piix.o pc_q35.o
|
|
obj-y += pc_sysfw.o
|
|
obj-y += x86-iommu.o intel_iommu.o
|
|
obj-y += amd_iommu.o
|
|
obj-$(CONFIG_XEN) += ../xenpv/ xen/
|
|
obj-$(CONFIG_VMPORT) += vmport.o
|
|
obj-$(CONFIG_VMMOUSE) += vmmouse.o
|
|
|
|
obj-y += kvmvapic.o
|
|
obj-y += acpi-build.o
|