]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/kvm/hyp/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / kvm / hyp / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1d58d2cb
MZ
2#
3# Makefile for Kernel-based Virtual Machine module, HYP part
4#
5
501ad27c
MZ
6ccflags-y += -fno-stack-protector
7
b5fa5d3e
MZ
8KVM=../../../../virt/kvm
9
10obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v2-sr.o
acda5430 11obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v3-sr.o
68130cb5 12obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/timer-sr.o
b5fa5d3e 13
1d58d2cb 14obj-$(CONFIG_KVM_ARM_HOST) += tlb.o
c7ce6c63 15obj-$(CONFIG_KVM_ARM_HOST) += cp15-sr.o
59cbcdb5 16obj-$(CONFIG_KVM_ARM_HOST) += vfp.o
33280b4c 17obj-$(CONFIG_KVM_ARM_HOST) += banked-sr.o
89ef2b21 18obj-$(CONFIG_KVM_ARM_HOST) += entry.o
bafc6c2a 19obj-$(CONFIG_KVM_ARM_HOST) += hyp-entry.o
9dddc2df 20obj-$(CONFIG_KVM_ARM_HOST) += switch.o
d4c7688c 21obj-$(CONFIG_KVM_ARM_HOST) += s2-setup.o