]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/Makefile
examples/l3fwd-power: add interrupt-only mode
[dpdk.git] / examples / l3fwd-power / Makefile
index 852877c1f278cf0c9f17f919e91e32a24bd595f9..ac1ccdcf615d68e2f90bd3ff7d54b07c26403ba1 100644 (file)
@@ -22,7 +22,7 @@ PKGCONF ?= pkg-config
 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
-LDFLAGS_STATIC = -Wl,-Bstatic $(shell $(PKGCONF) --static --libs libdpdk)
+LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
 
 CFLAGS += -DALLOW_EXPERIMENTAL_API