summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-05 16:32:52 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-05 16:56:34 +0000
commitf0d8ccee60ec0d283ebdfaec5226e76e96af8a9f (patch)
tree95d0b929508f6c2f6a786fd313fb749384cd530c
parent559346ca034df5a35a7c7acbc438ec318e82bd02 (diff)
downloadlinux-liw/no-debug-stack-usage.tar.gz
Disable stack usage debug messagesliw/no-debug-stack-usage
-rw-r--r--linux.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph
index 42a957531aa5..2fc73195f128 100644
--- a/linux.morph
+++ b/linux.morph
@@ -47,7 +47,8 @@
"scripts/config -e 8139TOO",
"scripts/config -e 8139CP",
"scripts/config -e IKCONFIG",
- "scripts/config -e IKCONFIG_PROC"
+ "scripts/config -e IKCONFIG_PROC",
+ "scripts/config -d DEBUG_STACK_USAGE"
],
"build-commands": [
"make"