summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:47:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:47:28 +0100
commita1f6fae37977577792379e6b8441538783f5b3ca (patch)
treed9e0d55d41991671e22200bc78eb5e8fea92e861 /target/Makefile
parentc77c02f4a40e5f6ceabfce8d844207e1aaadd430 (diff)
add option for a quiet boot
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Makefile b/target/Makefile
index 83c8ff900..2c1f7b686 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -55,6 +55,10 @@ endif
done;)
@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ${FS_CMDLINE}"#' \
${BUILD_DIR}/.kernelconfig.board
+ifeq ($(ADK_QUIET_KERNEL),y)
+ @sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet"#' \
+ ${BUILD_DIR}/.kernelconfig.board
+endif
ifeq ($(ADK_KERNEL_DEBUG_WITH_KGDB),y)
@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 kgdbwait kgdboc=ttyS0,115200"#' \
${BUILD_DIR}/.kernelconfig.board