1 # SPDX-License-Identifier: GPL-2.0 2 # Makefile for kernel virtual machines on s390 3 # 4 # Copyright IBM Corp. 2008 5 6 include $(srctree)/virt/kvm/Makefile.kvm 7 8 ccflags-y := -Ivirt/kvm -Iarch/s390/kvm 9 10 kvm-y += kvm-s390.o intercept.o interrupt.o priv.o sigp.o 11 kvm-y += diag.o gaccess.o guestdbg.o vsie.o pv.o 12 13 kvm-$(CONFIG_VFIO_PCI_ZDEV_KVM) += pci.o 14 obj-$(CONFIG_KVM) += kvm.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.