mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
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>
This commit is contained in:
parent
70876facfa
commit
880dec1007
@ -200,7 +200,9 @@ compressed: zImage
|
|||||||
archclean:
|
archclean:
|
||||||
$(Q)$(MAKE) $(clean)=$(boot)
|
$(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
|
define archhelp
|
||||||
@echo '* zImage - Compressed kernel image'
|
@echo '* zImage - Compressed kernel image'
|
||||||
|
Loading…
Reference in New Issue
Block a user