From: Paul Mundt Date: Fri, 6 Jul 2007 01:22:59 +0000 (+0900) Subject: sh: Add cpu and mach links to CLEAN_FILES. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=880dec100761f4fbc5fa5d22e658a8718828f04e;p=linux-beck.git sh: Add cpu and mach links to CLEAN_FILES. These weren't being cleaned up, so add them to the CLEAN_FILES. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 6e1e17467a47..211d9e01807a 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -200,7 +200,9 @@ compressed: zImage archclean: $(Q)$(MAKE) $(clean)=$(boot) -CLEAN_FILES += include/asm-sh/machtypes.h +CLEAN_FILES += include/asm-sh/machtypes.h \ + include/asm-sh/cpu include/asm-sh/.cpu \ + include/asm-sh/mach include/asm-sh/.mach define archhelp @echo '* zImage - Compressed kernel image'