aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/Makefile')
-rw-r--r--arch/h8300/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile
index b2d896a7e598..53b5c1edf596 100644
--- a/arch/h8300/Makefile
+++ b/arch/h8300/Makefile
@@ -61,10 +61,11 @@ archmrproper:
61archclean: 61archclean:
62 $(Q)$(MAKE) $(clean)=$(boot) 62 $(Q)$(MAKE) $(clean)=$(boot)
63 63
64vmlinux.srec vmlinux.bin: vmlinux 64vmlinux.srec vmlinux.bin zImage: vmlinux
65 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 65 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
66 66
67define archhelp 67define archhelp
68 echo 'vmlinux.bin - Create raw binary' 68 @echo 'vmlinux.bin - Create raw binary'
69 echo 'vmlinux.srec - Create srec binary' 69 @echo 'vmlinux.srec - Create srec binary'
70 @echo 'zImage - Compressed kernel image'
70endef 71endef