Skip to content

Commit 98f7cd2

Browse files
svens-s390hcahca
authored andcommitted
s390/vdso32: add vdso32.lds to targets
This fixes a permanent rebuild of the 32 bit vdso. The RPM build process was first calling 'make bzImage' and 'make modules' as a second step. This caused a recompilation of vdso32.so, which in turn also changed the build-id of vmlinux. Fixes: 779df22 ("s390/vdso: add minimal compat vdso") Signed-off-by: Sven Schnelle <[email protected]> Reviewed-by: Alexander Gordeev <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent e73f0f0 commit 98f7cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/s390/kernel/vdso32/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_32)
2929
$(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_32)
3030

3131
obj-y += vdso32_wrapper.o
32+
targets += vdso32.lds
3233
CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
3334

3435
# Disable gcov profiling, ubsan and kasan for VDSO code

0 commit comments

Comments
 (0)