KVM: s390: add SPDX identifiers to the remaining files
[linux-2.6-block.git] / arch / s390 / kvm / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for kernel virtual machines on s390
3 #
4 # Copyright IBM Corp. 2008
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License (version 2 only)
8 # as published by the Free Software Foundation.
9
10 KVM := ../../../virt/kvm
11 common-objs = $(KVM)/kvm_main.o $(KVM)/eventfd.o  $(KVM)/async_pf.o $(KVM)/irqchip.o $(KVM)/vfio.o
12
13 ccflags-y := -Ivirt/kvm -Iarch/s390/kvm
14
15 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
16 kvm-objs += diag.o gaccess.o guestdbg.o vsie.o
17
18 obj-$(CONFIG_KVM) += kvm.o