summaryrefslogtreecommitdiff
path: root/target/qemu-x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 10:15:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 10:15:53 +0100
commit08c3724108f33060956438bff670ee1135f473b1 (patch)
tree349ab0db303777b1cf2346d55a90364318e3b96d /target/qemu-x86
parent6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (diff)
use TARGET_CROSS, minor indentation fixes
Diffstat (limited to 'target/qemu-x86')
-rw-r--r--target/qemu-x86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/qemu-x86/Makefile b/target/qemu-x86/Makefile
index 44e4b2319..11a393a5b 100644
--- a/target/qemu-x86/Makefile
+++ b/target/qemu-x86/Makefile
@@ -8,7 +8,8 @@ include $(TOPDIR)/mk/kernel-build.mk
include $(TOPDIR)/mk/image.mk
kernel-install:
- @cp $(LINUX_DIR)/arch/x86/boot/bzImage $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
+ @cp $(LINUX_DIR)/arch/x86/boot/bzImage \
+ $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
createinit:
@-rm $(LINUX_DIR)/usr/initramfs_data.cpio.*