mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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>
6 lines
128 B
Makefile
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
|