diff options
Diffstat (limited to 'arch')
-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 6e1e17467a47..211d9e01807a 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -200,7 +200,9 @@ compressed: zImage | |||
200 | archclean: | 200 | archclean: |
201 | $(Q)$(MAKE) $(clean)=$(boot) | 201 | $(Q)$(MAKE) $(clean)=$(boot) |
202 | 202 | ||
203 | CLEAN_FILES += include/asm-sh/machtypes.h | 203 | CLEAN_FILES += include/asm-sh/machtypes.h \ |
204 | include/asm-sh/cpu include/asm-sh/.cpu \ | ||
205 | include/asm-sh/mach include/asm-sh/.mach | ||
204 | 206 | ||
205 | define archhelp | 207 | define archhelp |
206 | @echo '* zImage - Compressed kernel image' | 208 | @echo '* zImage - Compressed kernel image' |