aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-12-28 03:27:10 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-06 20:42:56 -0500
commite74a9625f8dcf1a924345b24cec8476c52593df8 (patch)
tree2ccbb57d711d54efa6085d5c0de1adb48b60b165 /arch/arm/mach-shmobile/Makefile
parent863b171952dba1a3ce9d345cfe4e93c9fdd42f49 (diff)
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 e385ef03d5bd..d16165a7b487 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -22,6 +22,7 @@ pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o
22obj-$(CONFIG_ARCH_SH7367) += entry-intc.o 22obj-$(CONFIG_ARCH_SH7367) += entry-intc.o
23obj-$(CONFIG_ARCH_SH7377) += entry-intc.o 23obj-$(CONFIG_ARCH_SH7377) += entry-intc.o
24obj-$(CONFIG_ARCH_SH7372) += entry-intc.o 24obj-$(CONFIG_ARCH_SH7372) += entry-intc.o
25obj-$(CONFIG_ARCH_SH73A0) += entry-gic.o
25 26
26# Board objects 27# Board objects
27obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o 28obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o