diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index baccc3980..e1bb00596 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -193,6 +193,11 @@ archclean: $(MAKE) -C arch/mips/baget clean 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 |