]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd/Makefile
net/qede/base: update RT defs NVM cfg and MCP
[dpdk.git] / examples / l2fwd / Makefile
index fb352e1b7b31bc793c796748e87af0aef0a7021b..230352093837daf3f4fb44a985bc39b08fef0360 100644 (file)
@@ -8,8 +8,7 @@ APP = l2fwd
 SRCS-y := main.c
 
 # Build using pkg-config variables if possible
-$(shell pkg-config --exists libdpdk)
-ifeq ($(.SHELLSTATUS),0)
+ifeq ($(shell pkg-config --exists libdpdk && echo 0),0)
 
 all: shared
 .PHONY: shared static