aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2016-02-19 16:22:44 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2016-03-09 09:37:45 +0000
commite6b78f2c3e14a9e3a909be3e6ec305d9f1cbabbd (patch)
treeba3463031957ca762d2c4a867272f7ff7ba13c16 /drivers/irqchip/Makefile
parentirqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinity (diff)
downloadlinux-dev-e6b78f2c3e14a9e3a909be3e6ec305d9f1cbabbd.tar.xz
linux-dev-e6b78f2c3e14a9e3a909be3e6ec305d9f1cbabbd.zip
irqchip: Add the Alpine MSIX interrupt controller
This patch adds the Alpine MSIX interrupt controller driver. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
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 8698710fda37..b03cfcbbac6b 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_IRQCHIP) += irqchip.o
+obj-$(CONFIG_ALPINE_MSI) += irq-alpine-msi.o
obj-$(CONFIG_ATH79) += irq-ath79-cpu.o
obj-$(CONFIG_ATH79) += irq-ath79-misc.o
obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o