diff options
author | Andrew Murray <amurray@mpc-data.co.uk> | 2008-01-08 09:56:45 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:19:02 +0900 |
commit | c3aa92afd0a6c253df974556b4a43c0a182d1fc4 (patch) | |
tree | 8b002befad30111dc3736984042ed081de2fe64e /arch/sh/kernel/cpu/sh3/Makefile | |
parent | 7d740a066fb9c6681c2898c7977209725c9e552f (diff) | |
download | op-kernel-dev-c3aa92afd0a6c253df974556b4a43c0a182d1fc4.zip op-kernel-dev-c3aa92afd0a6c253df974556b4a43c0a182d1fc4.tar.gz |
sh: sh7712 clock support
This patch provides specific clock support for the SH7712.
Signed-off-by: Andrew Murray <amurray@mpc-data.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh3/Makefile b/arch/sh/kernel/cpu/sh3/Makefile index 1afd05e..3ae4d91 100644 --- a/arch/sh/kernel/cpu/sh3/Makefile +++ b/arch/sh/kernel/cpu/sh3/Makefile @@ -22,5 +22,6 @@ clock-$(CONFIG_CPU_SUBTYPE_SH7706) := clock-sh7706.o clock-$(CONFIG_CPU_SUBTYPE_SH7709) := clock-sh7709.o clock-$(CONFIG_CPU_SUBTYPE_SH7710) := clock-sh7710.o clock-$(CONFIG_CPU_SUBTYPE_SH7720) := clock-sh7710.o +clock-$(CONFIG_CPU_SUBTYPE_SH7712) := clock-sh7712.o obj-y += $(clock-y) |