summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-14 08:33:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-14 08:33:52 +0200
commitfd885dbb0e775ac5349a19e93c4d3c745ec63249 (patch)
treefbcade9dfd3f8ca5d09ac6d845fc7421c0155168 /target/Makefile
parent9cccc249d31d3b6a206c63eaea0f50bafbc73bc3 (diff)
some m68k fixes. init is now found.
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 894d7b72a..ef0c4851a 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -36,6 +36,10 @@ config-prepare: $(ADK_TOPDIR)/.config
echo "no miniconfig found for target system"; \
exit 1; \
fi
+ifeq ($(ADK_TARGET_SYSTEM_QEMU_M68K),y)
+ @PATH=$(HOST_PATH) sed -i -e 's#^\(CONFIG_.*BOOTPARAM_STRING="\)\(.*\)"#\1\2 ro ${FS_CMDLINE}"#' \
+ ${BUILD_DIR}/.kernelconfig.board
+endif
ifeq ($(ADK_TARGET_ROOTFS_NFSROOT),)
@PATH=$(HOST_PATH) sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ro"#' \
${BUILD_DIR}/.kernelconfig.board