diff options
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 bbf902796390..56e1d42a5796 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 | ||