diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 14:22:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 14:22:51 +0100 |
commit | cc799ec57ca72d4bb56d34d19e9318c0b6b4b55d (patch) | |
tree | 78546bfbb5102e4e41a762b38eef1fb0d1e54882 /target/microblaze/Makefile | |
parent | 9afcdcff6e924cdd3871dadb554105d412502b55 (diff) | |
parent | 9c4dfaf684036828b71187836290b490395d0adc (diff) |
Merge branch 'master' of git+ssh://openadk.org:/git/openadk
Diffstat (limited to 'target/microblaze/Makefile')
-rw-r--r-- | target/microblaze/Makefile | 4 |
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 |