diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 22:27:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 22:27:37 +0100 |
commit | 44f740c6f1131aab5f19635003854a0f3f39074a (patch) | |
tree | b9a64c7617d48434c5c6c244fbf647232fb85549 /target/mipsel/Makefile | |
parent | 9eb60dea08e969884d18c3531049613e04ba6167 (diff) |
more make bulk fixes. sparc eglibc is broken. add special handling for qemu targets
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r-- | target/mipsel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile index e58e907ee..ccce77c16 100644 --- a/target/mipsel/Makefile +++ b/target/mipsel/Makefile @@ -79,7 +79,7 @@ endif endif ifeq ($(ADK_TARGET_FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) + @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "Use following command to create a QEMU Image:" |