]> git.droids-corp.org - dpdk.git/blobdiff - examples/vmdq/Makefile
examples/tep_term: remove redundant info get
[dpdk.git] / examples / vmdq / Makefile
index e0f1e4c4064d7e95e93a7b1c4c237319ba689a36..0767c715a1b2b04e58f5dab6277501640414218f 100644 (file)
@@ -19,7 +19,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)