aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2016-07-02 11:42:56 +0200
committerThomas Gleixner <tglx@linutronix.de>2016-07-02 11:42:56 +0200
commit4030103b9b2e060512f8292bb62582adfd02ebe8 (patch)
tree956cef4d3fdb1e1ae6e5a0c970211654a99c7bfb /drivers/irqchip/Makefile
parentMerge tag 'irqchip-core-4.8' of git://git.infradead.org/users/jcooper/linux into irq/core (diff)
parentMerge branch 'irqchip/aspeed' into irqchip/core (diff)
downloadlinux-dev-4030103b9b2e060512f8292bb62582adfd02ebe8.tar.xz
linux-dev-4030103b9b2e060512f8292bb62582adfd02ebe8.zip
Merge tag 'irqchip-core-4.8-2' of git://git.infradead.org/users/jcooper/linux into irq/core
Pull irqchip core changes for v4.8 (second set) from Jason Cooper: - Add Aspeed VIC driver
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 bd0257e0aab6..4c203b6b8163 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -70,3 +70,4 @@ obj-$(CONFIG_PIC32_EVIC) += irq-pic32-evic.o
obj-$(CONFIG_MVEBU_ODMI) += irq-mvebu-odmi.o
obj-$(CONFIG_LS_SCFG_MSI) += irq-ls-scfg-msi.o
obj-$(CONFIG_EZNPS_GIC) += irq-eznps.o
+obj-$(CONFIG_ARCH_ASPEED) += irq-aspeed-vic.o