Skip to content

Commit cc8047e

Browse files
t-8chgregkh
authored andcommitted
x86/um/vdso: Drop VDSO64-y from Makefile
[ Upstream commit 3c9b904 ] This symbol is unnecessary, remove it. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://patch.msgid.link/20251013-uml-vdso-cleanup-v1-4-a079c7adcc69@weissschuh.net Signed-off-by: Johannes Berg <johannes.berg@intel.com> Stable-dep-of: d1895c1 ("x86/um: fix vDSO installation") Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent b84f897 commit cc8047e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

arch/x86/um/vdso/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
# Building vDSO images for x86.
44
#
55

6-
VDSO64-y := y
7-
8-
vdso-install-$(VDSO64-y) += vdso.so
9-
6+
vdso-install-y += vdso.so
107

118
# files to link into the vdso
129
vobjs-y := vdso-note.o um_vdso.o
1310

1411
# files to link into kernel
15-
obj-$(VDSO64-y) += vdso.o vma.o
12+
obj-y += vdso.o vma.o
1613

1714
vobjs := $(foreach F,$(vobjs-y),$(obj)/$F)
1815

0 commit comments

Comments
 (0)