]> git.droids-corp.org - dpdk.git/blobdiff - examples/ntb/Makefile
examples/ioat: handle failure case for ioat dequeue
[dpdk.git] / examples / ntb / Makefile
index 7927f44ac3b5396a3caa5b61193577e923426a2d..baeba11e85e6a6840c1378a00be8f60b4394b8ee 100644 (file)
@@ -23,7 +23,7 @@ PKGCONF ?= pkg-config
 CFLAGS += -D_FILE_OFFSET_BITS=64
 LDFLAGS += -pthread
 
-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)