diff options
author | Jason Cooper <jason@lakedaemon.net> | 2016-02-21 15:46:27 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2016-02-21 15:46:27 +0100 |
commit | 7cf03c9fe5d1d22e26afed58f6eedcd861511936 (patch) | |
tree | 97d9741c04a11d90299b0f0b93e6161ed2ae43d0 /drivers/irqchip/Makefile | |
parent | Merge branch 'irqchip/tango' into irqchip/core (diff) | |
parent | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/ (diff) | |
download | linux-7cf03c9fe5d1d22e26afed58f6eedcd861511936.tar.xz linux-7cf03c9fe5d1d22e26afed58f6eedcd861511936.zip |
Merge branch 'irqchip/mips' into irqchip/core
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r-- | drivers/irqchip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile index be6ada6eaab3..f71bbc7906ba 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -1,5 +1,7 @@ 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 obj-$(CONFIG_ARCH_EXYNOS) += exynos-combiner.o |