diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 17:11:30 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 17:11:30 +0100 |
| commit | f3150c63c84c870456f953939f1171a0da58be49 (patch) | |
| tree | 464abed3d195dc443d33d84e2bb8f891e8abfc3b /target/mipsel/Makefile | |
| parent | 997830b4badbe43675b8c4f3d8ea7390b1cdf61f (diff) | |
| parent | 44f740c6f1131aab5f19635003854a0f3f39074a (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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:" |
