summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-04 09:58:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-04 09:58:32 +0100
commit16aae7e3e8e00b7ea39a6cbedaea94dcc75f160f (patch)
tree2b2e96175e344106495c8a27a59055037549253b /target/x86_64
parent9f4a419ecb31241d54b0f2b244b0d159a17285c6 (diff)
parentabbe4e3293c77bc5f6215a9eb4c1d20923bbf951 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index 3ae8b112d..cf27d05df 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -13,6 +13,7 @@ ifeq ($(ADK_TARGET_FS),archive)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo 'The RootFS tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
ifeq ($(ADK_TARGET_SYSTEM_QEMU_X86_64),y)
+ @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL)
@echo "Use following command to create a QEMU Image:"
@echo "sudo ./scripts/create-image.sh -f ${ADK_TARGET_ROOTFS} qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Start qemu with following command line:"