diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:24 +0200 |
commit | 9e685f31fd84fac0f3f4f86c2551cec42e822c6e (patch) | |
tree | 212c7884c768e0aa7e03ddeddacfd5d110cdda73 /target | |
parent | 7f6502e41b71005d3239b47dfa6415fba4b547a3 (diff) | |
parent | b35a255e0d4381dbca931138bcbe45eca28c08a2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/lemote/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile index 09cfb8b5c..aa6006f24 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -42,8 +42,6 @@ imageinstall: $(BUILD_DIR)/$(INITRAMFS_PIGGYBACK) createinitramfs endif ifeq ($(FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel - @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" endif ifeq ($(FS),encrypted) |