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

Commit c1d0d32a authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: plug vsyscall dir in to archclean.



The vsyscall targets are presently not cleaned up, so just handle it in
the archclean rule.

Reported-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 48c72fcc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ archprepare: maketools

archclean:
	$(Q)$(MAKE) $(clean)=$(boot)
	$(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall

define archhelp
	@echo '* zImage 	           - Compressed kernel image'