diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 10:15:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 10:15:53 +0100 |
commit | 08c3724108f33060956438bff670ee1135f473b1 (patch) | |
tree | 349ab0db303777b1cf2346d55a90364318e3b96d /target/qemu-x86_64/Makefile | |
parent | 6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (diff) |
use TARGET_CROSS, minor indentation fixes
Diffstat (limited to 'target/qemu-x86_64/Makefile')
-rw-r--r-- | target/qemu-x86_64/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/qemu-x86_64/Makefile b/target/qemu-x86_64/Makefile index b7847eeaa..5d8f2f531 100644 --- a/target/qemu-x86_64/Makefile +++ b/target/qemu-x86_64/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.* |