]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.app.mk
mk: remove NO_AUTOLIBS option
[dpdk.git] / mk / rte.app.mk
index 62a76aede32b61a6eea05e842cd8a6dcf3ebc971..af8a1b0c47337905bef1b25a3df284bee216385a 100644 (file)
@@ -54,11 +54,8 @@ endif
 LDLIBS += -L$(RTE_SDK_BIN)/lib
 
 #
-# Include libraries depending on config if NO_AUTOLIBS is not set
 # Order is important: from higher level to lower level
 #
-ifeq ($(NO_AUTOLIBS),)
-
 LDLIBS += --whole-archive
 
 ifeq ($(CONFIG_RTE_BUILD_COMBINE_LIBS),y)
@@ -265,8 +262,6 @@ LDLIBS += --end-group
 
 LDLIBS += --no-whole-archive
 
-endif # ifeq ($(NO_AUTOLIBS),)
-
 LDLIBS += $(CPU_LDLIBS)
 
 .PHONY: all