netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tools: ynltool: remove -lmnl from link flags
@ 2025-11-15 22:55 Jakub Kicinski
  2025-11-16 10:31 ` Donald Hunter
  2025-11-18  1:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Kicinski @ 2025-11-15 22:55 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, Jakub Kicinski,
	donald.hunter, sdf

The libmnl dependency has been removed from libynl back in
commit 73395b43819b ("tools: ynl: remove the libmnl dependency")
Remove it from the ynltool Makefile.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: donald.hunter@gmail.com
CC: sdf@fomichev.me
---
 tools/net/ynl/ynltool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/net/ynl/ynltool/Makefile b/tools/net/ynl/ynltool/Makefile
index 5edaa0f93237..f5b1de32daa5 100644
--- a/tools/net/ynl/ynltool/Makefile
+++ b/tools/net/ynl/ynltool/Makefile
@@ -31,7 +31,7 @@ Q = @
 
 $(YNLTOOL): ../libynl.a $(OBJS)
 	$(Q)echo -e "\tLINK $@"
-	$(Q)$(CC) $(CFLAGS) -o $@ $(OBJS) ../libynl.a -lmnl -lm
+	$(Q)$(CC) $(CFLAGS) -o $@ $(OBJS) ../libynl.a -lm
 
 %.o: %.c ../libynl.a
 	$(Q)echo -e "\tCC $@"
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] tools: ynltool: remove -lmnl from link flags
  2025-11-15 22:55 [PATCH net-next] tools: ynltool: remove -lmnl from link flags Jakub Kicinski
@ 2025-11-16 10:31 ` Donald Hunter
  2025-11-18  1:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Donald Hunter @ 2025-11-16 10:31 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, netdev, edumazet, pabeni, andrew+netdev, horms, sdf

Jakub Kicinski <kuba@kernel.org> writes:

> The libmnl dependency has been removed from libynl back in
> commit 73395b43819b ("tools: ynl: remove the libmnl dependency")
> Remove it from the ynltool Makefile.
>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] tools: ynltool: remove -lmnl from link flags
  2025-11-15 22:55 [PATCH net-next] tools: ynltool: remove -lmnl from link flags Jakub Kicinski
  2025-11-16 10:31 ` Donald Hunter
@ 2025-11-18  1:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-11-18  1:00 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: davem, netdev, edumazet, pabeni, andrew+netdev, horms,
	donald.hunter, sdf

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 15 Nov 2025 14:55:08 -0800 you wrote:
> The libmnl dependency has been removed from libynl back in
> commit 73395b43819b ("tools: ynl: remove the libmnl dependency")
> Remove it from the ynltool Makefile.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: donald.hunter@gmail.com
> CC: sdf@fomichev.me
> 
> [...]

Here is the summary with links:
  - [net-next] tools: ynltool: remove -lmnl from link flags
    https://git.kernel.org/netdev/net-next/c/40ea40853da9

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-18  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-15 22:55 [PATCH net-next] tools: ynltool: remove -lmnl from link flags Jakub Kicinski
2025-11-16 10:31 ` Donald Hunter
2025-11-18  1:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).