]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.combinedlib.mk
test: move unit tests to separate directory
[dpdk.git] / mk / rte.combinedlib.mk
index fe4817bbc56d9631f63e902214494bbe836aa103..449358b33dba51d644bc3584a2788e5d333b97e0 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), $(notdir $(wildcard $(RTE_OUTPUT)/lib/*$(EXT))))
 
 all: FORCE
        $(Q)echo "GROUP ( $(LIBS) )" > $(RTE_OUTPUT)/lib/$(COMBINEDLIB)