aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-02-09 03:35:53 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-02-09 18:01:44 +0900
commit6673be73809c8aa1ca5255c83f4fc85c43fdbfab (patch)
tree85efd6a908c5b7f8723a49dd1b33be72613ee9db /arch/arm/mach-shmobile/Makefile
parentf8eef1305b33438dd7a3a01e43b94e57ca87fc9b (diff)
downloadkernel_samsung_smdk4412-6673be73809c8aa1ca5255c83f4fc85c43fdbfab.zip
kernel_samsung_smdk4412-6673be73809c8aa1ca5255c83f4fc85c43fdbfab.tar.gz
kernel_samsung_smdk4412-6673be73809c8aa1ca5255c83f4fc85c43fdbfab.tar.bz2
ARM: mach-shmobile: sh7377 INTCA support
Add support for the sh7377 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index 1ae3633..7864f62 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -7,7 +7,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
+obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o intc-sh7377.o
obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o
# Board objects