diff options
-rw-r--r-- | arch/mips64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile index f52468efe..17bc0974e 100644 --- a/arch/mips64/Makefile +++ b/arch/mips64/Makefile @@ -154,7 +154,7 @@ archclean: @$(MAKEBOOT) clean $(MAKE) -C arch/$(ARCH)/kernel clean $(MAKE) -C arch/$(ARCH)/tools clean - rm -f vmlinux.64 arch/($ARCH)/ld.script.elf32 + rm -f vmlinux.64 arch/$(ARCH)/ld.script.elf32 archmrproper: @$(MAKEBOOT) mrproper |