]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/entry/vdso: Move vdso2c to arch/x86/tools
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Dec 2025 21:25:56 +0000 (13:25 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 13 Jan 2026 23:33:20 +0000 (15:33 -0800)
commita76108d05ee13cddb72b620752a80b2c3e87aee1
treecf3b26b0499dab47e41da9f2e639b5b38d71a893
parent93d73005bff4f600696ce30e366e742c3373b13d
x86/entry/vdso: Move vdso2c to arch/x86/tools

It is generally better to build tools in arch/x86/tools to keep host
cflags proliferation down, and to reduce makefile sequencing issues.
Move the vdso build tool vdso2c into arch/x86/tools in preparation for
refactoring the vdso makefiles.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://patch.msgid.link/20251216212606.1325678-3-hpa@zytor.com
arch/x86/Makefile
arch/x86/entry/vdso/Makefile
arch/x86/tools/Makefile
arch/x86/tools/vdso2c.c [moved from arch/x86/entry/vdso/vdso2c.c with 100% similarity]
arch/x86/tools/vdso2c.h [moved from arch/x86/entry/vdso/vdso2c.h with 100% similarity]