diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-06 10:22:59 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-06 10:22:59 +0900 |
commit | 880dec100761f4fbc5fa5d22e658a8718828f04e (patch) | |
tree | d0312e48427636f920d8dd96df617f4ff26fe936 /arch/sh/Makefile | |
parent | 70876facfa9bb6596e4c09e9ed6b8f26d0bcba51 (diff) | |
download | kernel_samsung_espresso10-880dec100761f4fbc5fa5d22e658a8718828f04e.zip kernel_samsung_espresso10-880dec100761f4fbc5fa5d22e658a8718828f04e.tar.gz kernel_samsung_espresso10-880dec100761f4fbc5fa5d22e658a8718828f04e.tar.bz2 |
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 <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 6e1e174..211d9e0 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' |