]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/h8300/Makefile
sh64: Flag sh64_get_page() as __init_refok.
[linux-2.6-omap-h63xx.git] / arch / h8300 / Makefile
index b2d896a7e598a25c01c852737f3a65b69e30dbde..53b5c1edf596b94eba9d39e54765230d677cc80f 100644 (file)
@@ -61,10 +61,11 @@ archmrproper:
 archclean:
        $(Q)$(MAKE) $(clean)=$(boot)
 
-vmlinux.srec vmlinux.bin: vmlinux
+vmlinux.srec vmlinux.bin zImage: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
 
 define archhelp
-  echo  'vmlinux.bin  - Create raw binary'
-  echo  'vmlinux.srec - Create srec binary'
+  @echo  'vmlinux.bin  - Create raw binary'
+  @echo  'vmlinux.srec - Create srec binary'
+  @echo  'zImage       - Compressed kernel image'
 endef