]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.combinedlib.mk
maintainers: claim maintainership of VDEV bus
[dpdk.git] / mk / rte.combinedlib.mk
index fe4817bbc56d9631f63e902214494bbe836aa103..2ab7ee8a15591b04979309d155199a7f7427ca95 100644 (file)
@@ -42,7 +42,7 @@ endif
 RTE_LIBNAME := dpdk
 COMBINEDLIB := lib$(RTE_LIBNAME)$(EXT)
 
-LIBS := $(notdir $(wildcard $(RTE_OUTPUT)/lib/*$(EXT)))
+LIBS := $(filter-out $(COMBINEDLIB), $(sort $(notdir $(wildcard $(RTE_OUTPUT)/lib/*$(EXT)))))
 
 all: FORCE
        $(Q)echo "GROUP ( $(LIBS) )" > $(RTE_OUTPUT)/lib/$(COMBINEDLIB)