[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALNs47sEu4-7vS5yP8Y1pfC0BDFAT=DvQ4Dza2KLuiccvohf6g@mail.gmail.com>
Date: Wed, 24 Jan 2024 21:24:56 -0500
From: Trevor Gross <tmgross@...ch.edu>
To: FUJITA Tomonori <fujita.tomonori@...il.com>
Cc: netdev@...r.kernel.org, rust-for-linux@...r.kernel.org, andrew@...n.ch
Subject: Re: [PATCH net-next] rust: phy: use `srctree`-relative links
On Wed, Jan 24, 2024 at 8:47 PM FUJITA Tomonori
<fujita.tomonori@...il.com> wrote:
>
> The relative paths like the following are bothersome and don't work
> with `O=` builds:
>
> //! C headers: [`include/linux/phy.h`](../../../../../../../include/linux/phy.h).
>
> This updates such links by using the `srctree`-relative link feature
> introduced in 6.8-rc1 like:
>
> //! C headers: [`include/linux/phy.h`](srctree/include/linux/phy.h).
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@...il.com>
Link: https://lore.kernel.org/lkml/20231215235428.243211-1-ojeda@kernel.org/
Reviewed-by: Trevor Gross <tmgross@...ch.edu>
Powered by blists - more mailing lists