]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_scsi/Makefile
examples/ip_pipeline: add config flexibility to TM
[dpdk.git] / examples / vhost_scsi / Makefile
index 3ea37ebc6f246c2bb2e66d03aecdaddb26e16462..c5aec269e90d65ad3bb5311ecb04b9809b5e4c86 100644 (file)
@@ -8,8 +8,7 @@ APP = vhost-scsi
 SRCS-y := scsi.c vhost_scsi.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