diff options
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r-- | arch/mips/ralink/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile index 939757f0e71f..38cf1a880aaa 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile | |||
@@ -8,7 +8,10 @@ | |||
8 | 8 | ||
9 | obj-y := prom.o of.o reset.o clk.o irq.o | 9 | obj-y := prom.o of.o reset.o clk.o irq.o |
10 | 10 | ||
11 | obj-$(CONFIG_SOC_RT288X) += rt288x.o | ||
11 | obj-$(CONFIG_SOC_RT305X) += rt305x.o | 12 | obj-$(CONFIG_SOC_RT305X) += rt305x.o |
13 | obj-$(CONFIG_SOC_RT3883) += rt3883.o | ||
14 | obj-$(CONFIG_SOC_MT7620) += mt7620.o | ||
12 | 15 | ||
13 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 16 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
14 | 17 | ||