diff options
author | Jason Cooper <jason@lakedaemon.net> | 2015-04-11 01:57:53 +0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2015-04-11 01:57:53 +0300 |
commit | 37b25fffd1435dd9b77ac5882a6791f7d5691097 (patch) | |
tree | 2415c26946f9074bce774b3008622bc69e825203 /drivers/irqchip/Makefile | |
parent | 78223354a64284fe1ef74c5a7900435776fcf2a0 (diff) | |
parent | 1eec582158e2d1d1d3978449d2d01da2d1c3feb8 (diff) | |
download | linux-37b25fffd1435dd9b77ac5882a6791f7d5691097.tar.xz |
Merge branch 'irqchip/stacked-tegra' 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 f117092ae014..552a74027601 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -6,6 +6,7 @@ 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 +obj-$(CONFIG_ARCH_TEGRA) += irq-tegra.o obj-$(CONFIG_ARCH_S3C24XX) += irq-s3c24xx.o obj-$(CONFIG_DW_APB_ICTL) += irq-dw-apb-ictl.o obj-$(CONFIG_METAG) += irq-metag-ext.o |