X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Flink_status_interrupt%2FMakefile;h=97e5a14a838eae9c16a97cb2a9b28a31b57a3a84;hb=013c4909668a2ef368760c2994947f0244c1ac49;hp=77774eda76569f2c1ed0053bd0c776163f6711e4;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/link_status_interrupt/Makefile b/examples/link_status_interrupt/Makefile index 77774eda76..97e5a14a83 100644 --- a/examples/link_status_interrupt/Makefile +++ b/examples/link_status_interrupt/Makefile @@ -8,8 +8,7 @@ APP = link_status_interrupt 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