diff options
author | Jann Horn <jannh@google.com> | 2024-02-20 20:42:44 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-23 16:22:25 -0800 |
commit | d2efeb52c344c3e987d143dc5232f53f9b96c86a (patch) | |
tree | 65a814656e1907d2221e3f07947519ad1c7980c6 /net/mpls | |
parent | a818bd12538c1408c7480de31573cdb3c3c0926f (diff) |
net: ethtool: avoid rebuilds on UTS_RELEASE change
Currently, when you switch between branches or something like that and
rebuild, net/ethtool/ioctl.c has to be built again because it depends
on UTS_RELEASE.
By instead referencing a string variable stored in another object file,
this can be avoided.
Signed-off-by: Jann Horn <jannh@google.com>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20240220194244.2056384-1-jannh@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/mpls')
0 files changed, 0 insertions, 0 deletions