diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 19:08:13 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 19:08:13 +0200 |
| commit | f1cf326faaf162903f87aa719545733e27592ab4 (patch) | |
| tree | f326748b7e2678d67b445748074d2817ac71ead0 /target/cris | |
| parent | edf02d1422f974fc1b7bf9aed4d489838aa59c90 (diff) | |
| parent | 9492f70965e2d1c669df4c5fc56b4bac465f6b88 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/cris')
| -rw-r--r-- | target/cris/Makefile | 6 |
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 |
