diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-12-10 11:41:44 -0500 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2013-06-12 11:42:09 -0400 |
commit | 6211753fdfd05af9e08f54c8d0ba3ee516034878 (patch) | |
tree | 2037e1c5ac32642ef36cce2fdffdaac154b1516e /arch/arm64/Makefile | |
parent | dcd2e40c1e1cce302498d16d095b0f8a30326f74 (diff) |
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 | |||
37 | export TEXT_OFFSET GZFLAGS | 37 | export TEXT_OFFSET GZFLAGS |
38 | 38 | ||
39 | core-y += arch/arm64/kernel/ arch/arm64/mm/ | 39 | core-y += arch/arm64/kernel/ arch/arm64/mm/ |
40 | core-$(CONFIG_KVM) += arch/arm64/kvm/ | ||
40 | libs-y := arch/arm64/lib/ $(libs-y) | 41 | libs-y := arch/arm64/lib/ $(libs-y) |
41 | libs-y += $(LIBGCC) | 42 | libs-y += $(LIBGCC) |
42 | 43 | ||