diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-12-10 20:41:44 +0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2013-06-12 19:42:09 +0400 |
commit | 6211753fdfd05af9e08f54c8d0ba3ee516034878 (patch) | |
tree | 2037e1c5ac32642ef36cce2fdffdaac154b1516e /arch/arm64/Makefile | |
parent | dcd2e40c1e1cce302498d16d095b0f8a30326f74 (diff) | |
download | linux-6211753fdfd05af9e08f54c8d0ba3ee516034878.tar.xz |
arm64: KVM: Build system integration
Only the Makefile is plugged in. The Kconfig stuff is in a separate
patch to allow for an easier merge process.
Reviewed-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm64/Makefile')
-rw-r--r-- | arch/arm64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index c95c5cb212fd..d0ce30a275e0 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -37,6 +37,7 @@ TEXT_OFFSET := 0x00080000 export TEXT_OFFSET GZFLAGS core-y += arch/arm64/kernel/ arch/arm64/mm/ +core-$(CONFIG_KVM) += arch/arm64/kvm/ libs-y := arch/arm64/lib/ $(libs-y) libs-y += $(LIBGCC) |