Commit e7865765 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Fix archhelp.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 8496b401
...@@ -681,6 +681,14 @@ endif ...@@ -681,6 +681,14 @@ endif
archclean: archclean:
@$(MAKE) $(clean)=arch/mips/boot @$(MAKE) $(clean)=arch/mips/boot
define archhelp
echo ' vmlinux.ecoff - ECOFF boot image'
echo ' vmlinux.bin - Raw binary boot image'
echo ' vmlinux.srec - SREC boot image'
echo
echo ' These will be default as apropriate for a configured platform.'
endef
CLEAN_FILES += vmlinux.32 \ CLEAN_FILES += vmlinux.32 \
vmlinux.64 \ vmlinux.64 \
vmlinux.ecoff vmlinux.ecoff
...@@ -42,10 +42,6 @@ vmlinux.srec: $(VMLINUX) ...@@ -42,10 +42,6 @@ vmlinux.srec: $(VMLINUX)
$(obj)/addinitrd: $(obj)/addinitrd.c $(obj)/addinitrd: $(obj)/addinitrd.c
$(HOSTCC) -o $@ $^ $(HOSTCC) -o $@ $^
archhelp:
@echo '* vmlinux.ecoff - ECOFF boot image'
@echo '* vmlinux.srec - SREC boot image'
clean-files += addinitrd \ clean-files += addinitrd \
elf2ecoff \ elf2ecoff \
vmlinux.bin \ vmlinux.bin \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment