mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
kbuild: set the initial value of subdir-rustflags-y
Initialize subdir-rustflags-y to an empty value to prevent it from being inadvertently affected by an environment variable of the same name. Signed-off-by: Yuntao Wang <yuntao.wang@linux.dev> Link: https://patch.msgid.link/20260718040146.294700-1-yuntao.wang@linux.dev Signed-off-by: Nicolas Schier <nsc@kernel.org>
This commit is contained in:
parent
a75c339a69
commit
f78f3c4c2b
|
|
@ -28,6 +28,7 @@ ldflags-y :=
|
|||
|
||||
subdir-asflags-y :=
|
||||
subdir-ccflags-y :=
|
||||
subdir-rustflags-y :=
|
||||
|
||||
# Read auto.conf if it exists, otherwise ignore
|
||||
-include $(objtree)/include/config/auto.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user