aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/Makefile8
-rw-r--r--arch/mips/boot/Makefile4
2 files changed, 8 insertions, 4 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
681archclean: 681archclean:
682 @$(MAKE) $(clean)=arch/mips/boot 682 @$(MAKE) $(clean)=arch/mips/boot
683 683
684define 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.'
690endef
691
684CLEAN_FILES += vmlinux.32 \ 692CLEAN_FILES += vmlinux.32 \
685 vmlinux.64 \ 693 vmlinux.64 \
686 vmlinux.ecoff 694 vmlinux.ecoff
diff --git a/arch/mips/boot/Makefile b/arch/mips/boot/Makefile
index 0dc84417bf49..2a209d74f0b4 100644
--- a/arch/mips/boot/Makefile
+++ b/arch/mips/boot/Makefile
@@ -42,10 +42,6 @@ vmlinux.srec: $(VMLINUX)
42$(obj)/addinitrd: $(obj)/addinitrd.c 42$(obj)/addinitrd: $(obj)/addinitrd.c
43 $(HOSTCC) -o $@ $^ 43 $(HOSTCC) -o $@ $^
44 44
45archhelp:
46 @echo '* vmlinux.ecoff - ECOFF boot image'
47 @echo '* vmlinux.srec - SREC boot image'
48
49clean-files += addinitrd \ 45clean-files += addinitrd \
50 elf2ecoff \ 46 elf2ecoff \
51 vmlinux.bin \ 47 vmlinux.bin \