projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0135333
)
tools: ynltool: remove -lmnl from link flags
author
Jakub Kicinski
<kuba@kernel.org>
Sat, 15 Nov 2025 22:55:08 +0000
(14:55 -0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 18 Nov 2025 00:57:33 +0000
(16:57 -0800)
The libmnl dependency has been removed from libynl back in
commit
73395b43819b
("tools: ynl: remove the libmnl dependency")
Remove it from the ynltool Makefile.
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link:
https://patch.msgid.link/20251115225508.1000072-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/ynltool/Makefile
patch
|
blob
|
history
diff --git
a/tools/net/ynl/ynltool/Makefile
b/tools/net/ynl/ynltool/Makefile
index
5edaa0f
..
f5b1de3
100644
(file)
--- 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 -lm
nl -lm
+ $(Q)$(CC) $(CFLAGS) -o $@ $(OBJS) ../libynl.a -lm
%.o: %.c ../libynl.a
$(Q)echo -e "\tCC $@"