summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-06 22:47:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-06 22:47:54 +0100
commitb5aee3bd1ae0337b8dbd7512968cebf39d1eae13 (patch)
treee0f638580e51628da34fbf14d30ca521ee339bbc /mk
parent0151157c0f04799a8c4673fc430c6bfebda83d7e (diff)
rework qemu for x86/x86_64
- do not use grub bootloader - enable kernel+initramfs targets - use sata drivers by default
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 5296fa6c5..d7ea78c31 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -45,7 +45,7 @@ MAKECLEAN_SYMBOLS= ADK_TARGET_LIB_UCLIBC \
ADK_TARGET_LIB_ECLIBC \
ADK_DEBUG
-POSTCONFIG= -@\
+POSTCONFIG= -@ \
if [ -f .config.old ];then \
if [ -d .cfg ];then \
what=cleantarget; \