diff options
author | Alban Bedel <albeu@free.fr> | 2016-01-23 13:57:47 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2016-02-17 13:47:19 +0000 |
commit | 81ffb18ce4a0c400b051c3df67e452410d6be1ec (patch) | |
tree | 476e2872ec38e77354efc8e6be389a955374603d /drivers/irqchip/Makefile | |
parent | 07ba4b061a79896315a7be4b123de12df6a9d2bd (diff) | |
download | blackbird-op-linux-81ffb18ce4a0c400b051c3df67e452410d6be1ec.tar.gz blackbird-op-linux-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/Makefile | 1 |
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 |