aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/Makefile
blob: f65c98632d1163dd4ade596acda5f79f750f50d8 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for Kernel-based Virtual Machine module, HYP part
#

obj-$(CONFIG_KVM_ARM_HOST) += vgic-v2-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += timer-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += sysreg-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += debug-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += entry.o
obj-$(CONFIG_KVM_ARM_HOST) += switch.o