]> git.droids-corp.org - dpdk.git/blobdiff - examples/packet_ordering/Makefile
sched: improve doxygen comments
[dpdk.git] / examples / packet_ordering / Makefile
index eb01b2d5b29103705ae480e2ad2332b24d9817b6..51acaf7ebec3797fee2f7538712d885451c015f8 100644 (file)
@@ -8,8 +8,7 @@ APP = packet_ordering
 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