summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada2018-12-07 12:33:53 +0100
committerMichal Simek2018-12-14 08:09:19 +0100
commit2e14f94cf4bc2f15ca5362e81ca3a987c79e3062 (patch)
treed95b6bbc8fd77ff992a9dee5e30be75aa47a35df /arch/microblaze/Makefile
parentmicroblaze: adjust the help to the real behavior (diff)
downloadkernel-qcow2-linux-2e14f94cf4bc2f15ca5362e81ca3a987c79e3062.tar.gz
kernel-qcow2-linux-2e14f94cf4bc2f15ca5362e81ca3a987c79e3062.tar.xz
kernel-qcow2-linux-2e14f94cf4bc2f15ca5362e81ca3a987c79e3062.zip
microblaze: move "... is ready" messages to arch/microblaze/Makefile
To prepare for more fixes, move this to arch/microblaze/Makefile. Otherwise, the same "... is ready" would be printed multiple times. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/Makefile')
-rw-r--r--arch/microblaze/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
index f6b7ea6db8a0..6cee1ca86532 100644
--- a/arch/microblaze/Makefile
+++ b/arch/microblaze/Makefile
@@ -84,9 +84,11 @@ archheaders:
linux.bin linux.bin.gz linux.bin.ub: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
+ @echo 'Kernel: $(boot)/$@ is ready' ' (#'`cat .version`')'
simpleImage.%: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
+ @echo 'Kernel: $(boot)/$@ is ready' ' (#'`cat .version`')'
define archhelp
echo '* linux.bin - Create raw binary'