riscv: Explicitly specify the build id style in vDSO Makefile again
authorNathan Chancellor <natechancellor@gmail.com>
Sun, 8 Nov 2020 20:37:37 +0000 (13:37 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 25 Nov 2020 17:44:14 +0000 (09:44 -0800)
commite553fdc8105ac2ef3f321739da3908bb6673f7de
tree33b862456f00905ec2a5f87e0bfd1aeffb78ee3c
parent418baf2c28f3473039f2f7377760bd8f6897ae18
riscv: Explicitly specify the build id style in vDSO Makefile again

Commit a96843372331 ("kbuild: explicitly specify the build id style")
explicitly set the build ID style to SHA1. Commit c2c81bb2f691 ("RISC-V:
Fix the VDSO symbol generaton for binutils-2.35+") undid this change,
likely unintentionally.

Restore it so that the build ID style stays consistent across the tree
regardless of linker.

Fixes: c2c81bb2f691 ("RISC-V: Fix the VDSO symbol generaton for binutils-2.35+")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Bill Wendling <morbo@google.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/kernel/vdso/Makefile