summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh2a/Makefile
diff options
context:
space:
mode:
authorPhil Edworthy <phil.edworthy@renesas.com>2012-05-09 08:59:29 +0200
committerPaul Mundt <lethal@linux-sh.org>2012-05-10 04:49:58 +0200
commit41797f75486d8ca3b98d7658c2a506ac7879a8e5 (patch)
treefc49a898c22a9d510a41dd62f62690eaffaf44ce /arch/sh/kernel/cpu/sh2a/Makefile
parentsh: Add RSK2+SH7264 board (diff)
downloadlinux-41797f75486d8ca3b98d7658c2a506ac7879a8e5.tar.xz
linux-41797f75486d8ca3b98d7658c2a506ac7879a8e5.zip
sh: Add pinmux for sh7264
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/Makefile')
-rw-r--r--arch/sh/kernel/cpu/sh2a/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/Makefile b/arch/sh/kernel/cpu/sh2a/Makefile
index 617ef25f14c5..64b0986275b9 100644
--- a/arch/sh/kernel/cpu/sh2a/Makefile
+++ b/arch/sh/kernel/cpu/sh2a/Makefile
@@ -17,5 +17,6 @@ obj-$(CONFIG_CPU_SUBTYPE_MXG) += setup-mxg.o clock-sh7206.o
# Pinmux setup
pinmux-$(CONFIG_CPU_SUBTYPE_SH7203) := pinmux-sh7203.o
+pinmux-$(CONFIG_CPU_SUBTYPE_SH7264) := pinmux-sh7264.o
obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y)