diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-09 03:36:03 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-09 18:01:46 +0900 |
commit | e4e430c611db75f58d3ca33869e182a530859426 (patch) | |
tree | cab56f54b4f8b8f1392b83d38ece53484b60996b /arch/arm/mach-shmobile/Makefile | |
parent | 6673be73809c8aa1ca5255c83f4fc85c43fdbfab (diff) |
ARM: mach-shmobile: sh7372 INTCA support
Add support for the sh7372 INTCA hardware block.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 7864f6299af7..89ea4b0ea52d 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -8,7 +8,7 @@ obj-y := timer.o console.o # CPU objects obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o intc-sh7377.o -obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o +obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o intc-sh7372.o # Board objects obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o |