summaryrefslogtreecommitdiff
path: root/target/x86_64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-03 20:52:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-03 20:52:25 +0100
commitb72c8fafc0bd2049b93936685b7287e55ce18cba (patch)
tree437020b9dc28ea4cdb3036783b36ff3c46a0e783 /target/x86_64/Makefile
parent44f740c6f1131aab5f19635003854a0f3f39074a (diff)
fix qemu targets, make them bootable again
Diffstat (limited to 'target/x86_64/Makefile')
-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:"