diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-09-14 09:53:29 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-14 09:53:29 +0200 |
commit | cec9694af7ada37611eb41733065427c0e72cd6c (patch) | |
tree | f63b8da976b87053c91bae7a735e38f5bc526b53 /drivers/irqchip/Makefile | |
parent | Merge branch 'irqchip/keystone' into irqchip/core (diff) | |
parent | irqchip: hip04: Enable Hisilicon HiP04 interrupt controller (diff) | |
download | linux-cec9694af7ada37611eb41733065427c0e72cd6c.tar.xz linux-cec9694af7ada37611eb41733065427c0e72cd6c.zip |
Merge branch 'irqchip/hip04' into irqchip/core
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 69fc7fc8d1bb..fc2e4f77d3db 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -2,6 +2,7 @@ obj-$(CONFIG_IRQCHIP) += irqchip.o obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o obj-$(CONFIG_ARCH_EXYNOS) += exynos-combiner.o +obj-$(CONFIG_ARCH_HIP04) += irq-hip04.o obj-$(CONFIG_ARCH_MMP) += irq-mmp.o obj-$(CONFIG_ARCH_MVEBU) += irq-armada-370-xp.o obj-$(CONFIG_ARCH_MXS) += irq-mxs.o |