]> git.droids-corp.org - dpdk.git/blobdiff - examples/eventdev_pipeline/Makefile
devtools: pass custom options to checkpatch
[dpdk.git] / examples / eventdev_pipeline / Makefile
index 626d5602447b07cd973cec78e0cf65e2aca7a17c..205145853659e017ca43b687ff0544e11f239aaf 100644 (file)
@@ -10,8 +10,7 @@ SRCS-y += pipeline_worker_generic.c
 SRCS-y += pipeline_worker_tx.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