Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Fix archhelp.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+8 -4
+8
arch/mips/Makefile
··· 681 681 archclean: 682 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 692 CLEAN_FILES += vmlinux.32 \ 685 693 vmlinux.64 \ 686 694 vmlinux.ecoff
-4
arch/mips/boot/Makefile
··· 42 42 $(obj)/addinitrd: $(obj)/addinitrd.c 43 43 $(HOSTCC) -o $@ $^ 44 44 45 - archhelp: 46 - @echo '* vmlinux.ecoff - ECOFF boot image' 47 - @echo '* vmlinux.srec - SREC boot image' 48 - 49 45 clean-files += addinitrd \ 50 46 elf2ecoff \ 51 47 vmlinux.bin \