net/nfb: remove redundant linking

Message ID 1555079860-46051-1-git-send-email-cernay@netcope.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series net/nfb: remove redundant linking |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply issues

Commit Message

Rastislav Cernay April 12, 2019, 2:37 p.m. UTC
  From: Rastislav Cernay <cernay@netcope.com>

Signed-off-by: Rastislav Cernay <cernay@netcope.com>
---
 drivers/net/nfb/Makefile | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Ferruh Yigit April 12, 2019, 3:02 p.m. UTC | #1
On 4/12/2019 3:37 PM, Rastislav Cernay wrote:
> From: Rastislav Cernay <cernay@netcope.com>
> 
> Signed-off-by: Rastislav Cernay <cernay@netcope.com>

Squashed into relevant commit in next-net, thanks.
  

Patch

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