]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - devlink/Makefile
Merge branch 'main' into next
[mirror_iproute2.git] / devlink / Makefile
index 7da7d1fa18d5068e36ba0f842805e800d26539fa..d540feb3c0121c50573705e902ba3bacc5e758ff 100644 (file)
@@ -12,7 +12,7 @@ endif
 
 all: $(TARGETS) $(LIBS)
 
-devlink: $(DEVLINKOBJ)
+devlink: $(DEVLINKOBJ) $(LIBNETLINK)
        $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
 
 install: all