]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_reassembly/Makefile
bus/pci: clear driver on detach
[dpdk.git] / examples / ip_reassembly / Makefile
index 3d7fac1956d711fee53221ee3fbe8d7c78e93cb1..3f2888b338a403310b9b6924d9d12f0589426f5e 100644 (file)
@@ -20,7 +20,7 @@ static: build/$(APP)-static
 
 PKGCONF ?= pkg-config
 
-PC_FILE := $(shell $(PKGCONF) --path libdpdk)
+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)