commit | 887af6d7c99e963c6f92af8e985f9aa6f4f9eac2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Sep 01 03:22:39 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Sep 07 21:41:27 2020 +0900 |
tree | 7758d32e3d5f20a02f8633cc1f06fe3432241412 | |
parent | 6ad7cbc01527223f3f92baac9b122f15651cf76b [diff] |
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>