diff options
| author | Marc Zyngier <marc.zyngier@arm.com> | 2014-11-24 09:35:19 -0500 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 10:55:15 -0500 |
| commit | 1981272912c211d668c0f62ffee4f5acc55c3bdd (patch) | |
| tree | 5863afbb5c8ea16707f8e2269f0759c0ce1a0d81 /drivers/irqchip/Makefile | |
| parent | da33f31de3e1eebb198109c1cccdc3a094e369c4 (diff) | |
irqchip: GICv3: ITS: enable compilation of the ITS driver
Get the show on the road...
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1416839720-18400-13-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Makefile')
| -rw-r--r-- | drivers/irqchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile index 173bb5fa2cc9..ec3621d5ca87 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile | |||
| @@ -20,6 +20,7 @@ obj-$(CONFIG_ARCH_SUNXI) += irq-sunxi-nmi.o | |||
| 20 | obj-$(CONFIG_ARCH_SPEAR3XX) += spear-shirq.o | 20 | obj-$(CONFIG_ARCH_SPEAR3XX) += spear-shirq.o |
| 21 | obj-$(CONFIG_ARM_GIC) += irq-gic.o irq-gic-common.o | 21 | obj-$(CONFIG_ARM_GIC) += irq-gic.o irq-gic-common.o |
| 22 | obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-common.o | 22 | obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-common.o |
| 23 | obj-$(CONFIG_ARM_GIC_V3_ITS) += irq-gic-v3-its.o | ||
| 23 | obj-$(CONFIG_ARM_NVIC) += irq-nvic.o | 24 | obj-$(CONFIG_ARM_NVIC) += irq-nvic.o |
| 24 | obj-$(CONFIG_ARM_VIC) += irq-vic.o | 25 | obj-$(CONFIG_ARM_VIC) += irq-vic.o |
| 25 | obj-$(CONFIG_ATMEL_AIC_IRQ) += irq-atmel-aic-common.o irq-atmel-aic.o | 26 | obj-$(CONFIG_ATMEL_AIC_IRQ) += irq-atmel-aic-common.o irq-atmel-aic.o |
