summaryrefslogtreecommitdiffstats
path: root/arch/mips64/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/boot/Makefile')
-rw-r--r--arch/mips64/boot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips64/boot/Makefile b/arch/mips64/boot/Makefile
index 078918695..658908947 100644
--- a/arch/mips64/boot/Makefile
+++ b/arch/mips64/boot/Makefile
@@ -38,6 +38,11 @@ dep:
clean:
rm -f vmlinux.ecoff
+mrproper:
+ rm -f vmlinux.ecoff
+ rm -f addinitrd
+ rm -f elf2ecoff
+
dummy:
include $(TOPDIR)/Rules.make