aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorAlban Bedel <albeu@free.fr>2016-01-23 13:57:47 +0100
committerJason Cooper <jason@lakedaemon.net>2016-02-17 13:47:19 +0000
commit81ffb18ce4a0c400b051c3df67e452410d6be1ec (patch)
tree476e2872ec38e77354efc8e6be389a955374603d /drivers/irqchip/Makefile
parentirqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/ (diff)
downloadlinux-dev-81ffb18ce4a0c400b051c3df67e452410d6be1ec.tar.xz
linux-dev-81ffb18ce4a0c400b051c3df67e452410d6be1ec.zip
irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/
Signed-off-by: Alban Bedel <albeu@free.fr> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/1453553867-27003-2-git-send-email-albeu@free.fr Signed-off-by: Jason Cooper <jason@lakedaemon.net>
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 b873d4a081b4..aeb9200f0e16 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_IRQCHIP) += irqchip.o
+obj-$(CONFIG_ATH79) += irq-ath79-cpu.o
obj-$(CONFIG_ATH79) += irq-ath79-misc.o
obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o
obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2836.o