diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-06 08:08:11 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:37 -0400 |
| commit | 6e760c8dae7d6c47eff011dd4aad53c94d30494b (patch) | |
| tree | 141699aef6e0a3b1fef03ec0c5cc8d8958851078 /arch/mips/Makefile | |
| parent | ca4973dd559b702e265688e724f356d289b8cd67 (diff) | |
Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
| -rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index bbf90279639..56e1d42a579 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
| @@ -182,11 +182,11 @@ cflags-$(CONFIG_CPU_TX49XX) += \ | |||
| 182 | $(call set_gccflags,r4600,mips3,r4600,mips3,mips2) \ | 182 | $(call set_gccflags,r4600,mips3,r4600,mips3,mips2) \ |
| 183 | -Wa,--trap | 183 | -Wa,--trap |
| 184 | 184 | ||
| 185 | cflags-$(CONFIG_CPU_MIPS32) += \ | 185 | cflags-$(CONFIG_CPU_MIPS32_R1) += \ |
| 186 | $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \ | 186 | $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \ |
| 187 | -Wa,--trap | 187 | -Wa,--trap |
| 188 | 188 | ||
| 189 | cflags-$(CONFIG_CPU_MIPS64) += \ | 189 | cflags-$(CONFIG_CPU_MIPS64_R1) += \ |
| 190 | $(call set_gccflags,mips64,mips64,r4600,mips3,mips2) \ | 190 | $(call set_gccflags,mips64,mips64,r4600,mips3,mips2) \ |
| 191 | -Wa,--trap | 191 | -Wa,--trap |
| 192 | 192 | ||
