]> git.droids-corp.org - dpdk.git/blobdiff - examples/helloworld/Makefile
net/hns3: remove restriction on setting VF MTU
[dpdk.git] / examples / helloworld / Makefile
index 267f90b4e06886875582c2cb75162eaea6bde57e..16d82b02f0e67953e2c7cbef2a2e87abb62a99aa 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)