]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
powerpc: clean vdso32 and vdso64 directories
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 9 Nov 2021 18:50:15 +0000 (03:50 +0900)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:48:51 +0000 (09:48 +0100)
commit136e2354083605d8bac5ac4b7a9439cc7cabdd4c
tree3d6aaa5842b5df36ff267032db9b792bdda6be37
parente6da9c6742f26c562eecac74ebbad22176747916
powerpc: clean vdso32 and vdso64 directories

BugLink: https://bugs.launchpad.net/bugs/1952579
[ Upstream commit 964c33cd0be621b291b5d253d8731eb2680082cb ]

Since commit bce74491c300 ("powerpc/vdso: fix unnecessary rebuilds of
vgettimeofday.o"), "make ARCH=powerpc clean" does not clean up the
arch/powerpc/kernel/{vdso32,vdso64} directories.

Use the subdir- trick to let "make clean" descend into them.

Fixes: bce74491c300 ("powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211109185015.615517-1-masahiroy@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
arch/powerpc/kernel/Makefile