summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/linux/linux/arch/mips/Makefile')
-rw-r--r--release/src/linux/linux/arch/mips/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/src/linux/linux/arch/mips/Makefile b/release/src/linux/linux/arch/mips/Makefile
index fb3caa33..34111451 100644
--- a/release/src/linux/linux/arch/mips/Makefile
+++ b/release/src/linux/linux/arch/mips/Makefile
@@ -636,10 +636,12 @@ archclean:
$(MAKE) -C arch/$(ARCH)/tools clean
$(MAKE) -C arch/mips/baget clean
$(MAKE) -C arch/mips/lasat clean
+ $(MAKE) -C arch/mips/brcm-boards/bcm947xx/compressed clean
archmrproper:
@$(MAKEBOOT) mrproper
$(MAKE) -C arch/$(ARCH)/tools mrproper
+ $(MAKE) -C arch/mips/brcm-boards/bcm947xx/compressed mrproper
archdep:
if [ ! -f $(TOPDIR)/include/asm-$(ARCH)/offset.h ]; then \