[dpdk-dev] [PATCH] net/nfb: remove redundant linking
Rastislav Cernay
cernay at netcope.com
Fri Apr 12 16:37:40 CEST 2019
From: Rastislav Cernay <cernay at netcope.com>
Signed-off-by: Rastislav Cernay <cernay at netcope.com>
---
drivers/net/nfb/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/nfb/Makefile b/drivers/net/nfb/Makefile
index 21b09b3..a84b423 100644
--- a/drivers/net/nfb/Makefile
+++ b/drivers/net/nfb/Makefile
@@ -16,7 +16,6 @@ INCLUDES :=-I$(SRCDIR)
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += $(shell command -v pkg-config > /dev/null 2>&1 && pkg-config --cflags netcope-common)
-LDLIBS += -lnfb
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool
LDLIBS += -lrte_ethdev -lrte_net
LDLIBS += -lrte_bus_pci
--
1.8.3.1
More information about the dev
mailing list