Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=880dec100761f4fbc5fa5d22e658a8718828f04e
Commit:     880dec100761f4fbc5fa5d22e658a8718828f04e
Parent:     70876facfa9bb6596e4c09e9ed6b8f26d0bcba51
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 6 10:22:59 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Jul 6 10:22:59 2007 +0900

    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 <[EMAIL PROTECTED]>
---
 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'
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to