diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-08 22:35:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-09 04:01:42 -0500 |
commit | f8eef1305b33438dd7a3a01e43b94e57ca87fc9b (patch) | |
tree | 4ffd800fc3a872502aa8780444f24142135537e6 /arch/arm/mach-shmobile/Makefile | |
parent | 4ae04acb81256719a71125c0f0280e2a3ad68e25 (diff) |
ARM: mach-shmobile: sh7367 INTCA support
Add support for the sh7367 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 800e7dd9e9d1..1ae3633c8ab3 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -6,7 +6,7 @@ | |||
6 | obj-y := timer.o console.o | 6 | obj-y := timer.o console.o |
7 | 7 | ||
8 | # CPU objects | 8 | # CPU objects |
9 | obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o | 9 | obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o |
10 | obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o | 10 | obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o |
11 | obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o | 11 | obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o |
12 | 12 | ||