mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
Move all the code required to run s390 KVM guests on s390 to a s390 subdirectory. Move gmap related code into a gmap directory to later share gmap code between KVM implementations. Update S390 VFIO-PCI MAINTAINERS filepath. No functional change. Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@linux.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
7 lines
139 B
Makefile
7 lines
139 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for kernel virtual machines on s390
|
|
#
|
|
# Copyright IBM Corp. 2008
|
|
|
|
obj-$(CONFIG_KVM) += s390/
|