]> git.droids-corp.org - dpdk.git/blobdiff - examples/vmdq_dcb/Makefile
examples: hide error for missing pkg-config path flag
[dpdk.git] / examples / vmdq_dcb / Makefile
index def5158729afe319b97b7ef3b692c8fea39a5112..2a9b04143f641543c4e3efde878b59080c49ca51 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)