summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/rmobile/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-07-20 08:06:54 +0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 04:04:25 +0400
commitcfa291b7b829aaee27a94da300bc7c974e15abdf (patch)
treebe74165178ba2df32c75a63f44aa66c72a433cbe /arch/arm/cpu/armv7/rmobile/Makefile
parenteae6c8abd285ea81cb3c75255c231dce77346f78 (diff)
downloadu-boot-cfa291b7b829aaee27a94da300bc7c974e15abdf.tar.xz
arm: rmobile: Add support Renesas R8A7740
Renesas R8A7740 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Hideyuki Sano <hideyuki.sano.dn@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile/Makefile')
-rw-r--r--arch/arm/cpu/armv7/rmobile/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Makefile b/arch/arm/cpu/armv7/rmobile/Makefile
index dd0aede92d..6554f362a1 100644
--- a/arch/arm/cpu/armv7/rmobile/Makefile
+++ b/arch/arm/cpu/armv7/rmobile/Makefile
@@ -30,6 +30,8 @@ COBJS-y += cpu_info.o
COBJS-$(CONFIG_DISPLAY_BOARDINFO) += board.o
COBJS-$(CONFIG_GLOBAL_TIMER) += timer.o
+COBJS-$(CONFIG_R8A7740) += cpu_info-r8a7740.o
+COBJS-$(CONFIG_R8A7740) += pfc-r8a7740.o
COBJS-$(CONFIG_SH73A0) += cpu_info-sh73a0.o
COBJS-$(CONFIG_SH73A0) += pfc-sh73a0.o
COBJS-$(CONFIG_TMU_TIMER) += $(TOPDIR)/arch/sh/lib/time.o