diff --git a/devlink/Makefile b/devlink/Makefile index ace34c7b..040b942e 100644 --- a/devlink/Makefile +++ b/devlink/Makefile @@ -8,9 +8,6 @@ ifeq ($(HAVE_MNL),y) DEVLINKOBJ = devlink.o mnlg.o TARGETS += devlink -CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags) -LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs) - endif all: $(TARGETS) $(LIBS)