projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f695baf
)
[MIPS] MIPSsim: Fix cflags
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Fri, 13 Jul 2007 07:36:57 +0000
(16:36 +0900)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/Makefile
b/arch/mips/Makefile
index
20d19c9
..
a9a987a
100644
(file)
--- a/
arch/mips/Makefile
+++ b/
arch/mips/Makefile
@@
-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-
mips
sim
load-$(CONFIG_MIPS_SIM) += 0x80100000
#