summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:51:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:51:40 +0100
commita15599b22985f9b688ec6407881fa74b32e7f522 (patch)
tree324d2b8e34116dbfed28ed06a9f390596c854339 /target/Makefile
parent5f454209b33b45c1787a7ffc872d9a3290c54948 (diff)
parenta1f6fae37977577792379e6b8441538783f5b3ca (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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