diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2cfb21c3ac6e..6ac8bdae612a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -681,6 +681,14 @@ endif | |||
681 | archclean: | 681 | archclean: |
682 | @$(MAKE) $(clean)=arch/mips/boot | 682 | @$(MAKE) $(clean)=arch/mips/boot |
683 | 683 | ||
684 | define archhelp | ||
685 | echo ' vmlinux.ecoff - ECOFF boot image' | ||
686 | echo ' vmlinux.bin - Raw binary boot image' | ||
687 | echo ' vmlinux.srec - SREC boot image' | ||
688 | echo | ||
689 | echo ' These will be default as apropriate for a configured platform.' | ||
690 | endef | ||
691 | |||
684 | CLEAN_FILES += vmlinux.32 \ | 692 | CLEAN_FILES += vmlinux.32 \ |
685 | vmlinux.64 \ | 693 | vmlinux.64 \ |
686 | vmlinux.ecoff | 694 | vmlinux.ecoff |