arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 27 Apr 2024 14:54:59 +0000 (23:54 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 May 2024 11:14:16 +0000 (20:14 +0900)
commitb957df3b858d16ba3d4291233569bba09cfd08c7
treec73118de7b34c69cde90ba92f61069ca0f4bf28e
parenta7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07
arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts

These are generated files. Prefix them with $(obj)/ instead of $(src)/.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Helge Deller <deller@gmx.de>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
arch/arm64/kernel/vdso32/Makefile
arch/csky/kernel/vdso/Makefile
arch/parisc/kernel/vdso32/Makefile
arch/parisc/kernel/vdso64/Makefile
arch/powerpc/kernel/vdso/Makefile
arch/s390/kernel/vdso32/Makefile
arch/s390/kernel/vdso64/Makefile
arch/sh/kernel/vsyscall/Makefile