diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-06 22:47:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-06 22:47:54 +0100 |
commit | b5aee3bd1ae0337b8dbd7512968cebf39d1eae13 (patch) | |
tree | e0f638580e51628da34fbf14d30ca521ee339bbc /mk | |
parent | 0151157c0f04799a8c4673fc430c6bfebda83d7e (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.mk | 2 |
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; \ |