summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-07-30 13:27:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-07-30 13:27:46 +0200
commit6ab8f7af5e7c8cf540854918ea912549aaab1c4e (patch)
tree946a33f0f080691f06e15964366bf2f18d0a62d9 /target/Makefile
parent0095fc493628addf076ead161c4902d304030249 (diff)
check for CRYPTINIT_ROOT, if empty skip stuff
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index bffcabfe0..7ca524c89 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -65,7 +65,7 @@ ifneq ($(ADK_TARGET_CMDLINE),)
@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ${ADK_TARGET_CMDLINE}"#' \
${BUILD_DIR}/.kernelconfig.board
endif
-ifneq ($(ADK_PACKAGE_CMDLINE),)
+ifneq ($(ADK_PACKAGE_CRYPTINIT_ROOT),)
@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ${ADK_PACKAGE_CMDLINE}"#' \
${BUILD_DIR}/.kernelconfig.board
endif