Re: [PATCH] kbuild: set the initial value of subdir-rustflags-y
Miguel Ojeda <[email protected]> Sat, 18 Jul 2026 11:54:53 +0200
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72niAc2EgtJBhsYMp+6H0UtEt70ZOwGXh4O-p4Xk6sf7sw@mail.gmail.com> |
On Sat, Jul 18, 2026 at 6:03 AM Yuntao Wang <[email protected]> wrote: > > 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 <[email protected]> Sounds good, thanks! I guess we can take this via either Kbuild or Rust -- happy either way. Cheers, Miguel