]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/vdso: Rework VDSO32 makefile to add a prefix to object files
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 21 Jan 2022 16:30:23 +0000 (16:30 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Feb 2022 11:47:43 +0000 (22:47 +1100)
commitadff42c3d8ae3afdab3e51c0ff4f8e68d0403f66
tree9160698e4ef0445c4083100c40f4bd067323c652
parente21fca163892bf5b6f99f1fa0dac74834224f34f
powerpc/vdso: Rework VDSO32 makefile to add a prefix to object files

In order to merge vdso32 and vdso64 build in following patch, rework
Makefile is order to add -32 suffix to VDSO32 object files.

Also change sigtramp.S to sigtramp32.S as VDSO64 sigtramp.S is too
different to be squashed into VDSO32 sigtramp.S at the first place.

gen_vdso_offsets.sh also becomes gen_vdso32_offsets.sh

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/0c421b704a57b228e75a891512568339c53667ad.1642782130.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/vdso32/Makefile
arch/powerpc/kernel/vdso32/gen_vdso32_offsets.sh [new file with mode: 0755]
arch/powerpc/kernel/vdso32/gen_vdso_offsets.sh [deleted file]
arch/powerpc/kernel/vdso32/sigtramp.S [deleted file]
arch/powerpc/kernel/vdso32/sigtramp32.S [new file with mode: 0644]