summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2013-07-08 18:04:57 +0200
committerSimon Horman2013-07-17 07:28:31 +0200
commit69f366615e950cb0d5af89da228796af5208ad8f (patch)
treeff947de88c7a28a89ebdd20325b6c4c55373a72b /arch/arm/mach-shmobile/Makefile
parentARM: shmobile: Setup r8a7790 arch timer based on MD pins (diff)
downloadkernel-qcow2-linux-69f366615e950cb0d5af89da228796af5208ad8f.tar.gz
kernel-qcow2-linux-69f366615e950cb0d5af89da228796af5208ad8f.tar.xz
kernel-qcow2-linux-69f366615e950cb0d5af89da228796af5208ad8f.zip
ARM: shmobile: ape6evm: add DT reference
This patch adds a sample DT-based APE6EVM "reference" implementation. The use of platform-specific C-code should be avoided with this configuration as much as possible. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Acked-by: Magnus Damm <damm@opensource.se> 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 e8d0a2c904a0..26a578420796 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -37,6 +37,7 @@ obj-$(CONFIG_ARCH_SH73A0) += pm-sh73a0.o
# Board objects
obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o
obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o
+obj-$(CONFIG_MACH_APE6EVM_REFERENCE) += board-ape6evm-reference.o
obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o
obj-$(CONFIG_MACH_KOTA2) += board-kota2.o
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o