diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 20:52:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 20:52:25 +0100 |
commit | b72c8fafc0bd2049b93936685b7287e55ce18cba (patch) | |
tree | 437020b9dc28ea4cdb3036783b36ff3c46a0e783 /target/x86_64/Makefile | |
parent | 44f740c6f1131aab5f19635003854a0f3f39074a (diff) |
fix qemu targets, make them bootable again
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r-- | target/x86_64/Makefile | 1 |
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:" |