aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-19 11:21:44 +0100
committerArnd Bergmann <arnd@arndb.de>2013-03-25 12:29:39 +0100
commit60dbd7680f069c07525a825d805fd2644eae92e6 (patch)
tree3d53f1d6cdbde87a75902df0ff6a4b1b80ed53f9 /drivers/irqchip/Makefile
parentARM: sirf: fix prima2 interrupt lookup (diff)
downloadlinux-dev-60dbd7680f069c07525a825d805fd2644eae92e6.tar.xz
linux-dev-60dbd7680f069c07525a825d805fd2644eae92e6.zip
ARM: sirf: move irq driver to drivers/irqchip
This updates the irqchip drier for prima2 to the current practices by moving it into drivers/irqchip and integrating it into the irqchip_init infrastructure. We also now use a linear irq domain as a preparation for sparse IRQ suport. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r--drivers/irqchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile
index 98e3b87bdf1b..5cb6bd24d8bf 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -8,4 +8,5 @@ obj-$(CONFIG_ARCH_SUNXI) += irq-sunxi.o
obj-$(CONFIG_ARCH_SPEAR3XX) += spear-shirq.o
obj-$(CONFIG_ARM_GIC) += irq-gic.o
obj-$(CONFIG_ARM_VIC) += irq-vic.o
+obj-$(CONFIG_SIRF_IRQ) += irq-sirfsoc.o
obj-$(CONFIG_VERSATILE_FPGA_IRQ) += irq-versatile-fpga.o