diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 18:13:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 18:13:16 +0200 |
commit | 2bc97af1f4ca05f1e2ffb9c50b8ef717bc2c33a3 (patch) | |
tree | 65807b0e8e3475edaa949eb69253c81a65948262 /target/mips | |
parent | 24de0984ed3caa1eb5bdf4d9d4e0b9900e6254eb (diff) | |
parent | d4ae4b9c31f562aa4cd39b51d6d44ec07ac36f26 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index a378db4c7..eab6be597 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -110,10 +110,10 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL) endif ifeq ($(ADK_TARGET_FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) - @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" ifneq ($(ADK_HARDWARE_QEMU),) + @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) + @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo "Use following command to create a QEMU Image:" @echo "./scripts/create.sh +g qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "Start qemu with following options:" |