xref: /linux/arch/arm64/kvm/Makefile (revision 051ff581ce70e822729e9474941f3c206cbf7436)
16211753fSMarc Zyngier#
26211753fSMarc Zyngier# Makefile for Kernel-based Virtual Machine module
36211753fSMarc Zyngier#
46211753fSMarc Zyngier
55d9d15afSAndre Przywaraccflags-y += -Iarch/arm64/kvm
66211753fSMarc ZyngierCFLAGS_arm.o := -I.
76211753fSMarc ZyngierCFLAGS_mmu.o := -I.
86211753fSMarc Zyngier
96211753fSMarc ZyngierKVM=../../../virt/kvm
106211753fSMarc ZyngierARM=../../../arch/arm/kvm
116211753fSMarc Zyngier
126211753fSMarc Zyngierobj-$(CONFIG_KVM_ARM_HOST) += kvm.o
1306282fd2SMarc Zyngierobj-$(CONFIG_KVM_ARM_HOST) += hyp/
146211753fSMarc Zyngier
158889583cSKim Phillipskvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/kvm_main.o $(KVM)/coalesced_mmio.o $(KVM)/eventfd.o $(KVM)/vfio.o
166211753fSMarc Zyngierkvm-$(CONFIG_KVM_ARM_HOST) += $(ARM)/arm.o $(ARM)/mmu.o $(ARM)/mmio.o
176211753fSMarc Zyngierkvm-$(CONFIG_KVM_ARM_HOST) += $(ARM)/psci.o $(ARM)/perf.o
186211753fSMarc Zyngier
1927b190bdSMarc Zyngierkvm-$(CONFIG_KVM_ARM_HOST) += emulate.o inject_fault.o regmap.o
206211753fSMarc Zyngierkvm-$(CONFIG_KVM_ARM_HOST) += hyp.o hyp-init.o handle_exit.o
2156c7f5e7SAlex Bennéekvm-$(CONFIG_KVM_ARM_HOST) += guest.o debug.o reset.o sys_regs.o sys_regs_generic_v8.o
226211753fSMarc Zyngier
23662d9715SChristoffer Dallkvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic.o
24662d9715SChristoffer Dallkvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2.o
25662d9715SChristoffer Dallkvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2-emul.o
26662d9715SChristoffer Dallkvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v3.o
27662d9715SChristoffer Dallkvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v3-emul.o
28662d9715SChristoffer Dallkvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/arch_timer.o
29*051ff581SShannon Zhaokvm-$(CONFIG_KVM_ARM_PMU) += $(KVM)/arm/pmu.o
30