X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=mk%2Frte.hostapp.mk;h=f58173c319bb4bafadcfa77a19d15f95da5a8545;hb=826b742b1cf90c16a417fdf1b76a9830ec5bb53d;hp=5cb4909cb6bf033b3560ce435eb6d76f67980910;hpb=feb9f680cd2c1df3d47bf4c05dc872467176e1e3;p=dpdk.git diff --git a/mk/rte.hostapp.mk b/mk/rte.hostapp.mk index 5cb4909cb6..f58173c319 100644 --- a/mk/rte.hostapp.mk +++ b/mk/rte.hostapp.mk @@ -69,9 +69,9 @@ O_TO_EXE_DO = @set -e; \ -include .$(HOSTAPP).cmd # list of .a files that are linked to this application -LDLIBS_FILES := $(wildcard \ +LDLIBS_FILES := $(sort $(wildcard \ $(addprefix $(RTE_OUTPUT)/lib/, \ - $(patsubst -l%,lib%.a,$(filter -l%,$(LDLIBS))))) + $(patsubst -l%,lib%.a,$(filter -l%,$(LDLIBS)))))) # # Compile executable file if needed