aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-12-28 08:27:10 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-01-07 10:42:56 +0900
commite74a9625f8dcf1a924345b24cec8476c52593df8 (patch)
tree2ccbb57d711d54efa6085d5c0de1adb48b60b165 /arch/arm/mach-shmobile/Makefile
parent863b171952dba1a3ce9d345cfe4e93c9fdd42f49 (diff)
downloadkernel_samsung_smdk4412-e74a9625f8dcf1a924345b24cec8476c52593df8.zip
kernel_samsung_smdk4412-e74a9625f8dcf1a924345b24cec8476c52593df8.tar.gz
kernel_samsung_smdk4412-e74a9625f8dcf1a924345b24cec8476c52593df8.tar.bz2
ARM: mach-shmobile: Run-time IRQ handler for GIC
Break-out GIC specific IRQ demux code from the file entry-macro-intc.S and register during run-time. Covers sh73a0. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index e385ef0..d16165a 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -22,6 +22,7 @@ pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o
obj-$(CONFIG_ARCH_SH7367) += entry-intc.o
obj-$(CONFIG_ARCH_SH7377) += entry-intc.o
obj-$(CONFIG_ARCH_SH7372) += entry-intc.o
+obj-$(CONFIG_ARCH_SH73A0) += entry-gic.o
# Board objects
obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o