[PATCH 4/4] x86/um/vdso: Drop VDSO64-y from Makefile
Thomas Weißschuh
linux at weissschuh.net
Mon Oct 13 03:40:21 PDT 2025
This symbol is unnecessary, remove it.
Signed-off-by: Thomas Weißschuh <linux at weissschuh.net>
---
arch/x86/um/vdso/Makefile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/arch/x86/um/vdso/Makefile b/arch/x86/um/vdso/Makefile
index 7478d11dacb7..8a7c8b37cb6e 100644
--- a/arch/x86/um/vdso/Makefile
+++ b/arch/x86/um/vdso/Makefile
@@ -3,16 +3,13 @@
# Building vDSO images for x86.
#
-VDSO64-y := y
-
-vdso-install-$(VDSO64-y) += vdso.so
-
+vdso-install-y += vdso.so
# files to link into the vdso
vobjs-y := vdso-note.o um_vdso.o
# files to link into kernel
-obj-$(VDSO64-y) += vdso.o vma.o
+obj-y += vdso.o vma.o
vobjs := $(foreach F,$(vobjs-y),$(obj)/$F)
--
2.51.0
More information about the linux-um
mailing list