1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # Makefile for kernel virtual machines on s390 !! 2 # Makefile for KVM support for MIPS 3 # 3 # 4 # Copyright IBM Corp. 2008 << 5 4 6 include $(srctree)/virt/kvm/Makefile.kvm 5 include $(srctree)/virt/kvm/Makefile.kvm 7 6 8 ccflags-y := -Ivirt/kvm -Iarch/s390/kvm !! 7 ccflags-y += -Ivirt/kvm -Iarch/mips/kvm 9 8 10 kvm-y += kvm-s390.o intercept.o interrupt.o pr !! 9 kvm-$(CONFIG_CPU_HAS_MSA) += msa.o 11 kvm-y += diag.o gaccess.o guestdbg.o vsie.o pv << 12 10 13 kvm-$(CONFIG_VFIO_PCI_ZDEV_KVM) += pci.o !! 11 kvm-y += mips.o emulate.o entry.o \ 14 obj-$(CONFIG_KVM) += kvm.o !! 12 interrupt.o stats.o \ >> 13 fpu.o >> 14 kvm-y += hypcall.o >> 15 kvm-y += mmu.o >> 16 kvm-$(CONFIG_CPU_LOONGSON64) += loongson_ipi.o >> 17 >> 18 kvm-y += vz.o >> 19 obj-$(CONFIG_KVM) += kvm.o >> 20 obj-y += tlb.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.