aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2009-02-11 18:13:42 -0800
committerYuji Mano <yuji.mano@am.sony.com>2009-02-11 18:13:42 -0800
commit8cc60d1f2d2d1d26f7756252328f40dffdbcf021 (patch)
tree0a6031df6204bc82b9fe2323c9e5f18c0837aac1
parent38c2f1ed414b0abe7a5c6b0bab478e918303a6c1 (diff)
downloadmars-src-8cc60d1f2d2d1d26f7756252328f40dffdbcf021.tar.gz
base: Minor comment update to kernel makefile
Signed-off-by: Yuji Mano <yuji.mano@am.sony.com>
-rw-r--r--base/src/mpu/kernel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/src/mpu/kernel/Makefile.am b/base/src/mpu/kernel/Makefile.am
index 04763f9..fde5540 100644
--- a/base/src/mpu/kernel/Makefile.am
+++ b/base/src/mpu/kernel/Makefile.am
@@ -47,7 +47,7 @@ if DEBUG
CFLAGS += -O0
else
extra_cppflags += "-DNDEBUG"
- # release kernel is 10K
+ # release kernel is 12K
extra_ldflags += -Wl,--defsym=__stack=0x02ff0
CFLAGS += -Os
endif