summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart2013-12-11 15:13:52 +0100
committerSimon Horman2013-12-19 11:08:25 +0100
commit0ef3cde4d906041a497bfc585568a45ae84b4a8f (patch)
treea38a63d43925db41c9bf5551a7d1a3265282a1b3 /arch/arm/mach-shmobile/Makefile
parentARM: shmobile: armadillo: Set backlight enable GPIO (diff)
downloadkernel-qcow2-linux-0ef3cde4d906041a497bfc585568a45ae84b4a8f.tar.gz
kernel-qcow2-linux-0ef3cde4d906041a497bfc585568a45ae84b4a8f.tar.xz
kernel-qcow2-linux-0ef3cde4d906041a497bfc585568a45ae84b4a8f.zip
ARM: shmobile: lager-reference: Enable multiplaform kernel support
Enable multiplaform ARM architecture support for the Lager reference board. Common clock framework initialization will be handled by the rcar_gen2_init_timer() call, we just need to remove the legacy clock code initialization. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r--arch/arm/mach-shmobile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index 1c131046dec6..9daa9c16e681 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -59,6 +59,7 @@ ifdef CONFIG_ARCH_SHMOBILE_MULTI
obj-$(CONFIG_MACH_GENMAI) += board-genmai-reference.o
obj-$(CONFIG_MACH_KOELSCH) += board-koelsch-reference.o
obj-$(CONFIG_MACH_KZM9D) += board-kzm9d-reference.o
+obj-$(CONFIG_MACH_LAGER) += board-lager-reference.o
else
obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o
obj-$(CONFIG_MACH_APE6EVM_REFERENCE) += board-ape6evm-reference.o