Re: [PATCH 04/18] rust: kbuild: define `procmacro-name` function
Nicolas Schier <[email protected]>
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 02, 2026 at 07:29:05PM +0200, Miguel Ojeda wrote: > Since we are adding one more proc macro crate (`zerocopy-derive`), > we are refactoring their handling. > > Thus define a `procmacro-name` function and use it to fill the existing > variables' values. > > Signed-off-by: Miguel Ojeda <[email protected]> > --- > rust/Makefile | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Nicolas Schier <[email protected]>