arch: vdso: add vdso linker script to 'targets' instead of extra-y
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 31 Aug 2020 18:22:39 +0000 (03:22 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 7 Sep 2020 12:41:27 +0000 (21:41 +0900)
commit887af6d7c99e963c6f92af8e985f9aa6f4f9eac2
tree7758d32e3d5f20a02f8633cc1f06fe3432241412
parent6ad7cbc01527223f3f92baac9b122f15651cf76b
arch: vdso: add vdso linker script to 'targets' instead of extra-y

The vdso linker script is preprocessed on demand.
Adding it to 'targets' is enough to include the .cmd file.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Greentime Hu <green.hu@gmail.com>
arch/arm64/kernel/vdso/Makefile
arch/arm64/kernel/vdso32/Makefile
arch/nds32/kernel/vdso/Makefile
arch/powerpc/kernel/vdso32/Makefile
arch/powerpc/kernel/vdso64/Makefile
arch/s390/kernel/vdso64/Makefile