summaryrefslogtreecommitdiff
path: root/target/cris/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-27 19:06:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-27 19:06:58 +0200
commit9492f70965e2d1c669df4c5fc56b4bac465f6b88 (patch)
treec5e34b0062162abd2311935f69015a332751b97f /target/cris/Makefile
parent8f4b5ed938071262638928deaf18552040360f4a (diff)
fix cris allconfig build
Diffstat (limited to 'target/cris/Makefile')
-rw-r--r--target/cris/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/cris/Makefile b/target/cris/Makefile
index 0c87fb6d7..28e33eda5 100644
--- a/target/cris/Makefile
+++ b/target/cris/Makefile
@@ -38,3 +38,9 @@ imageinstall: kernel-install ${BIN_DIR}/${ROOTFSUSERTARBALL}
@echo Do not forget to set network boot jumper, before you start the foxboard
@echo ${ROOTFSUSERTARBALL} is your nfs root and can be extracted on your nfs server
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)"
+endif