X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fservice_cores%2FMakefile;h=abbb7aed22ae86aee15bc39ca8317ce61bde560c;hb=fa68e40d6924ce5e35c8f44811ca6da31e0d2c64;hp=ae7d6478cbcdc1d2a91d049a5b1120165a7d1d7c;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/service_cores/Makefile b/examples/service_cores/Makefile index ae7d6478cb..abbb7aed22 100644 --- a/examples/service_cores/Makefile +++ b/examples/service_cores/Makefile @@ -8,8 +8,7 @@ APP = service_cores 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