summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2026-08-13 09:53:04 +0200
committerPaul Walmsley <pjw@kernel.org>2026-09-01 19:20:23 -0600
commit2464ac8a6ff8d8a18b50088eb1d1d638f9cee2f1 (patch)
treec32212a52159d54f18cd65c454742620e2bc6531 /scripts/Makefile.thinlto
parent74e26c692c40565448b8a1d1398c69e221a299cf (diff)
downloadlinux-2464ac8a6ff8d8a18b50088eb1d1d638f9cee2f1.tar.gz
linux-2464ac8a6ff8d8a18b50088eb1d1d638f9cee2f1.zip
kselftest/riscv: Replace __ASSEMBLY__ with __ASSEMBLER__
While the GCC and Clang compilers already define __ASSEMBLER__ automatically when compiling assembly code, __ASSEMBLY__ is a macro that only gets defined by the Makefiles in the kernel. This can be very confusing when switching between userspace and kernelspace coding, or when dealing with uapi headers that rather should use __ASSEMBLER__ instead. So let's standardize now on the __ASSEMBLER__ macro that is provided by the compilers. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Link: https://patch.msgid.link/20260813075304.75988-1-thuth@redhat.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions