summaryrefslogtreecommitdiff
path: root/arch/arm/kvm/hyp/Makefile
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-01-02 15:09:54 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2016-02-29 18:34:13 +0000
commit1d58d2cbf723704e070d560507787b9912b63839 (patch)
treef8da6533b1d7029c35a867c8881de179aca90da1 /arch/arm/kvm/hyp/Makefile
parent3c29568768dfe6965ca51e1a78f9f31ebc0c500a (diff)
ARM: KVM: Add TLB invalidation code
Convert the TLB invalidation code to C, hooking it into the build system whilst we're at it. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm/hyp/Makefile')
-rw-r--r--arch/arm/kvm/hyp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/kvm/hyp/Makefile b/arch/arm/kvm/hyp/Makefile
new file mode 100644
index 000000000000..36c760df2360
--- /dev/null
+++ b/arch/arm/kvm/hyp/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for Kernel-based Virtual Machine module, HYP part
+#
+
+obj-$(CONFIG_KVM_ARM_HOST) += tlb.o