linux/arch/s390/kvm/gmap/Makefile
Steffen Eiden d487a24041 KVM: s390: Prepare gmap for a second KVM implementation
Refactor gmap code such that a second s390 (host) KVM implementation can
use the gmap code as well. Move mmu code from s390 to gmap so the other
KVM implementation can use it as well.

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>
2026-08-13 08:55:04 +02:00

6 lines
128 B
Makefile

# SPDX-License-Identifier: GPL-2.0
GMAP ?= ../gmap
gmap-y += $(GMAP)/dat.o $(GMAP)/gmap.o $(GMAP)/faultin.o $(GMAP)/kvm_mmu.o