| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [2.6 patch] mips/kernel/Makefile: remove CONFIG_CPU_R4000 line |
| From: | Adrian Bunk <bunk@kernel.org> |
| Date: | Wed, 21 May 2008 01:55:02 +0300 |
| Cc: | linux-mips@linux-mips.org, "Robert P. J. Day" <rpjday@crashcourse.ca> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.17+20080114 (2008-01-14) |
The existing options are named CONFIG_CPU_R4300 and CONFIG_CPU_R4X00, and they are directly below. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Adrian Bunk <bunk@kernel.org> --- 372ea8980a1d94e474b512bd20d870ee3ea15099 diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index cc02440..65e46a6 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -30,7 +30,6 @@ obj-$(CONFIG_CPU_LOONGSON2) += r4k_fpu.o r4k_switch.o obj-$(CONFIG_CPU_MIPS32) += r4k_fpu.o r4k_switch.o obj-$(CONFIG_CPU_MIPS64) += r4k_fpu.o r4k_switch.o obj-$(CONFIG_CPU_R3000) += r2300_fpu.o r2300_switch.o -obj-$(CONFIG_CPU_R4000) += r4k_fpu.o r4k_switch.o obj-$(CONFIG_CPU_R4300) += r4k_fpu.o r4k_switch.o obj-$(CONFIG_CPU_R4X00) += r4k_fpu.o r4k_switch.o obj-$(CONFIG_CPU_R5000) += r4k_fpu.o r4k_switch.o |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] RTC: M41T80: Century Bit support, Maciej W. Rozycki |
|---|---|
| Next by Date: | Re: [2.6 patch] mips/kernel/Makefile: remove CONFIG_CPU_R4000 line, Maciej W. Rozycki |
| Previous by Thread: | Re: references from Makefiles to non-existent CONFIG variables, Adrian Bunk |
| Next by Thread: | Re: [2.6 patch] mips/kernel/Makefile: remove CONFIG_CPU_R4000 line, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |