X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fioat%2FMakefile;h=ef63f5d6890292e9e6c48bfad0eb9020af0447fb;hb=2df00d562d20;hp=ad4c63e31ac1a9704059da946f2b9f8652057d3f;hpb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;p=dpdk.git diff --git a/examples/ioat/Makefile b/examples/ioat/Makefile index ad4c63e31a..ef63f5d689 100644 --- a/examples/ioat/Makefile +++ b/examples/ioat/Makefile @@ -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)