summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-01-27 09:17:20 +0100
committerRalf Baechle <ralf@linux-mips.org>2013-05-08 01:19:09 +0200
commit80fb55a951df5974e12c935d9e7dd9103539fb8e (patch)
tree060e310e43a7a58ae39bf1d0279bc6ff1905dab0 /arch/mips/ralink/Makefile
parenteb63875c2821cf125f133fa3292e7591dca7c7d5 (diff)
MIPS: ralink: adds support for RT2880 SoC family
Add support code for rt2880 SOC. The code detects the SoC and registers the clk / pinmux settings. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5176/
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r--arch/mips/ralink/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile
index 939757f0e71f..6d826f21987a 100644
--- a/arch/mips/ralink/Makefile
+++ b/arch/mips/ralink/Makefile
@@ -8,6 +8,7 @@
obj-y := prom.o of.o reset.o clk.o irq.o
+obj-$(CONFIG_SOC_RT288X) += rt288x.o
obj-$(CONFIG_SOC_RT305X) += rt305x.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o