Skip to content

Commit 964c33c

Browse files
masahir0ympe
authored andcommitted
powerpc: clean vdso32 and vdso64 directories
Since commit bce7449 ("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: bce7449 ("powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o") Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2da516d commit 964c33c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/powerpc/kernel/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,6 @@ clean-files := vmlinux.lds
196196
# Force dependency (incbin is bad)
197197
$(obj)/vdso32_wrapper.o : $(obj)/vdso32/vdso32.so.dbg
198198
$(obj)/vdso64_wrapper.o : $(obj)/vdso64/vdso64.so.dbg
199+
200+
# for cleaning
201+
subdir- += vdso32 vdso64

0 commit comments

Comments
 (0)