diff options
-rw-r--r-- | arch/mips64/boot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips64/boot/Makefile b/arch/mips64/boot/Makefile index 658908947..5362f7766 100644 --- a/arch/mips64/boot/Makefile +++ b/arch/mips64/boot/Makefile @@ -39,9 +39,7 @@ clean: rm -f vmlinux.ecoff mrproper: - rm -f vmlinux.ecoff - rm -f addinitrd - rm -f elf2ecoff + rm -f vmlinux.ecoff addinitrd elf2ecoff dummy: |