diff options
Diffstat (limited to 'arch/mips64/Makefile')
-rw-r--r-- | arch/mips64/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile index 218c22ec4..4dd450698 100644 --- a/arch/mips64/Makefile +++ b/arch/mips64/Makefile @@ -144,6 +144,11 @@ archclean: rm -f vmlinux.64 archmrproper: + @$(MAKEBOOT) mrproper + $(MAKE) -C arch/$(ARCH)/tools mrproper archdep: + if [ ! -f $(TOPDIR)/include/asm-$(ARCH)/offset.h ]; then \ + touch $(TOPDIR)/include/asm-$(ARCH)/offset.h; \ + fi; @$(MAKEBOOT) dep |