summaryrefslogtreecommitdiff
path: root/target/microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 17:16:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 17:16:58 +0100
commit4bc4c070ee5e2e229357aca9e8e799bb9c02498d (patch)
tree1addc6f5549c0a8574fb5a70ebaaa59caa9110d5 /target/microblaze
parent55f281db11492d5bb26d6d9cef9ec7d544a2ba4e (diff)
parent710c7e13df471fe6b5366d4a284d02cd30479cc0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/microblaze')
-rw-r--r--target/microblaze/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index e9a4a517d..de528f91e 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -55,3 +55,7 @@ ifneq ($(ADK_HARDWARE_QEMU),)
@echo 'qemu-system-${CPU_ARCH} -M $(MODEL) -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL) $(DTB)'
endif
endif
+ifeq ($(ADK_TARGET_FS),archive)
+imageinstall: $(FW_DIR)/$(ROOTFSTARBALL)
+ @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
+endif