diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-04 20:23:54 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-20 00:39:20 +0100 |
commit | 2761f83cad764f2b13ca3d7fb2f3fb5bedae1cd3 (patch) | |
tree | 140a91060d1a77189dbd48b5af6be8c87f988f56 /arch/mips/ralink/Makefile | |
parent | 663148e48a661d759369b726261d160486b68e75 (diff) | |
download | linux-stable-2761f83cad764f2b13ca3d7fb2f3fb5bedae1cd3.tar.gz linux-stable-2761f83cad764f2b13ca3d7fb2f3fb5bedae1cd3.tar.bz2 linux-stable-2761f83cad764f2b13ca3d7fb2f3fb5bedae1cd3.zip |
MIPS: ralink: add a symbol for INTC
Some of the newer SoCs use the GIC. This patch splits the INTC out into its
own symbol, allowing us to add the gic code in the following patch.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11989/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r-- | arch/mips/ralink/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile index a6c9d0061326..06c315f70a21 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile @@ -12,6 +12,8 @@ obj-$(CONFIG_CLKEVT_RT3352) += cevt-rt3352.o obj-$(CONFIG_RALINK_ILL_ACC) += ill_acc.o +obj-$(CONFIG_IRQ_INTC) += irq.o + obj-$(CONFIG_SOC_RT288X) += rt288x.o obj-$(CONFIG_SOC_RT305X) += rt305x.o obj-$(CONFIG_SOC_RT3883) += rt3883.o |