X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_scsi%2FMakefile;h=c5aec269e90d65ad3bb5311ecb04b9809b5e4c86;hb=fb5c100a14db85f205c37b08fb135153f75ca34f;hp=3ea37ebc6f246c2bb2e66d03aecdaddb26e16462;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/vhost_scsi/Makefile b/examples/vhost_scsi/Makefile index 3ea37ebc6f..c5aec269e9 100644 --- a/examples/vhost_scsi/Makefile +++ b/examples/vhost_scsi/Makefile @@ -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