]> git.droids-corp.org - dpdk.git/blobdiff - examples/link_status_interrupt/Makefile
net/bnxt: fix tunnel redirect commands
[dpdk.git] / examples / link_status_interrupt / Makefile
index 77774eda76569f2c1ed0053bd0c776163f6711e4..97e5a14a838eae9c16a97cb2a9b28a31b57a3a84 100644 (file)
@@ -8,8 +8,7 @@ APP = link_status_interrupt
 SRCS-y := main.c
 
 # Build using pkg-config variables if possible
 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
 
 all: shared
 .PHONY: shared static