Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 880dec10 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 70876fac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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'