summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-05-16 23:28:23 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 07:45:19 +0100
commit5433acd81e8733ede365ad41318f96175ed16b3a (patch)
tree157cda1beb1cb827209008ed564b132912eb6455 /arch/mips/ralink/Makefile
parent47e14d6678306f652d18230c101083e120402d92 (diff)
MIPS: ralink: add illegal access driver
These SoCs have a special irq that fires upon an illegal memmory access. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/8003/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r--arch/mips/ralink/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile
index 2c09c8aa0ae2..833fa677e6b8 100644
--- a/arch/mips/ralink/Makefile
+++ b/arch/mips/ralink/Makefile
@@ -10,6 +10,8 @@ obj-y := prom.o of.o reset.o clk.o irq.o timer.o
obj-$(CONFIG_CLKEVT_RT3352) += cevt-rt3352.o
+obj-$(CONFIG_RALINK_ILL_ACC) += ill_acc.o
+
obj-$(CONFIG_SOC_RT288X) += rt288x.o
obj-$(CONFIG_SOC_RT305X) += rt305x.o
obj-$(CONFIG_SOC_RT3883) += rt3883.o