]> git.itanic.dy.fi Git - linux-stable/commit
sparc: vdso: clean up build artifacts in arch/sparc/vdso/
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 3 Dec 2023 10:14:16 +0000 (19:14 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Dec 2023 06:34:37 +0000 (15:34 +0900)
commit53c5adff34d77166ed69a4e4bdae3694fe961476
tree7b7f91023362321016489b8ab8df32c44dafefe1
parentc9f2b8d45aa453ee58e66a9b0e7a54e170381585
sparc: vdso: clean up build artifacts in arch/sparc/vdso/

Currently, vdso-image-*.c, vdso*.so, vdso*.so.dbg are not cleaned
because 'make clean' does not include include/config/auto.conf,
resulting in $(vdso_img-y) being empty.

Add the build artifacts to 'targets' unconditionally.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
arch/sparc/vdso/Makefile