arch/mips/boot/tools/relocs was not being cleaned since we did not wire this directory into the archclean target, fix that. Fixes: 5f552da15721 ("MIPS: tools: Add relocs tool") Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> --- arch/mips/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 8388ef6a0044..c0b002a09bef 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -404,6 +404,7 @@ endif archclean: $(Q)$(MAKE) $(clean)=arch/mips/boot $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed + $(Q)$(MAKE) $(clean)=arch/mips/boot/tools $(Q)$(MAKE) $(clean)=arch/mips/lasat define archhelp -- 2.7.4