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 | |
parent | 997830b4badbe43675b8c4f3d8ea7390b1cdf61f (diff) | |
parent | 44f740c6f1131aab5f19635003854a0f3f39074a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in | 1 | ||||
-rw-r--r-- | target/mipsel/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 1d112c2da..47fde82ce 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -224,7 +224,6 @@ config ADK_TARGET_LIB_EGLIBC ADK_LINUX_MIPS64EL || \ ADK_LINUX_PPC || \ ADK_LINUX_PPC64 || \ - ADK_LINUX_SPARC || \ ADK_LINUX_SPARC64 || \ ADK_LINUX_X86 || \ ADK_LINUX_X86_64 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:" |