]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/Makefile
mk: sort headers before wildcard inclusion
[dpdk.git] / examples / ip_pipeline / Makefile
index dc7e0ddd7929934ae9fd918e7ebd4297426d065c..12ce0a1d53e1d381de2542984be5a9788d24282c 100644 (file)
@@ -43,7 +43,7 @@ APP = ip_pipeline
 
 VPATH += $(SRCDIR)/pipeline
 
-INC += $(wildcard *.h) $(wildcard pipeline/*.h)
+INC += $(sort $(wildcard *.h)) $(sort $(wildcard pipeline/*.h))
 
 # all source are stored in SRCS-y
 SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) := main.c