]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-jobstats/Makefile
sched: remove WRR from strict priority TC queues
[dpdk.git] / examples / l2fwd-jobstats / Makefile
index d63ece8e37eb2f105011246a0a184b6234466bc0..729a39e93b5ed692069fb8dc1e5586933b338fe0 100644 (file)
@@ -8,8 +8,7 @@ APP = l2fwd-jobstats
 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