]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vdso: Rename included Makefile
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 4 Feb 2025 12:05:36 +0000 (13:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Feb 2025 08:54:01 +0000 (09:54 +0100)
commit127b0e05c1669d240426719b3b9db8a8366eed50
tree4c8c15b97dfe1b0cfcbfca3969300f0f2784817c
parent5b47aba858101639a4442c2140b73f64eb796ed1
vdso: Rename included Makefile

As the Makefile is included into other Makefiles it can not be used to
define objects to be built from the current source directory.
However the generic datastore will introduce such a local source file.
Rename the included Makefile so it is clear how it is to be used and to
make room for a regular Makefile in lib/vdso/.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-4-13a4669dfc8c@linutronix.de
14 files changed:
arch/arm/vdso/Makefile
arch/arm64/kernel/vdso/Makefile
arch/arm64/kernel/vdso32/Makefile
arch/csky/kernel/vdso/Makefile
arch/loongarch/vdso/Makefile
arch/mips/vdso/Makefile
arch/parisc/kernel/vdso32/Makefile
arch/parisc/kernel/vdso64/Makefile
arch/powerpc/kernel/vdso/Makefile
arch/riscv/kernel/vdso/Makefile
arch/s390/kernel/vdso32/Makefile
arch/s390/kernel/vdso64/Makefile
arch/x86/entry/vdso/Makefile
lib/vdso/Makefile.include [moved from lib/vdso/Makefile with 100% similarity]