Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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