]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/Makefile
trace: simplify trace point headers
[dpdk.git] / examples / l3fwd-power / Makefile
index de5d15cb7c67535776d905dc42042bd3ac1b4e9e..729d49639b5609ce1c037953f0261a997b85f3e6 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)