X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fkni%2FMakefile;h=5dc8118e312a122e3b7e43f2b3f3a70c972c797b;hb=96c343868dd15ebdc74371a9dea2288b30ce13ea;hp=46f5926922c602b209c5506beed1c599d6de9588;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/kni/Makefile b/examples/kni/Makefile index 46f5926922..5dc8118e31 100644 --- a/examples/kni/Makefile +++ b/examples/kni/Makefile @@ -8,8 +8,7 @@ APP = kni 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