[MIPS] MIPSsim: Fix cflags
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Fri, 13 Jul 2007 07:36:57 +0000 (16:36 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 24 Jul 2007 15:02:47 +0000 (16:02 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile

index 20d19c9..a9a987a 100644 (file)
@@ -328,7 +328,7 @@ load-$(CONFIG_MIPS_SEAD)    += 0xffffffff80100000
 # MIPS SIM
 #
 core-$(CONFIG_MIPS_SIM)                += arch/mips/mipssim/
-cflags-$(CONFIG_MIPS_SIM)      += -Iinclude/asm-mips/mach-sim
+cflags-$(CONFIG_MIPS_SIM)      += -Iinclude/asm-mips/mach-mipssim
 load-$(CONFIG_MIPS_SIM)                += 0x80100000
 
 #