config: remove combined library name option

The library name is now being pinned to "dpdk" instead of intel_dpdk,
powerpc_dpdk, etc.  As a result, we no longer need this config item.
This patch removes it.

Signed-off-by: Cyril Chemparathy <cchemparathy@ezchip.com>
Signed-off-by: Zhigang Lu <zlu@ezchip.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
Cyril Chemparathy 2015-07-09 16:25:13 +08:00 committed by Thomas Monjalon
parent d67b8d7bd8
commit c3ce2ad354
4 changed files with 1 additions and 8 deletions

View File

@ -87,7 +87,6 @@ CONFIG_RTE_BUILD_SHARED_LIB=n
# Combine to one single library
#
CONFIG_RTE_BUILD_COMBINE_LIBS=n
CONFIG_RTE_LIBNAME=intel_dpdk
#
# Use newest code breaking previous ABI

View File

@ -87,7 +87,6 @@ CONFIG_RTE_BUILD_SHARED_LIB=n
# Combine to one single library
#
CONFIG_RTE_BUILD_COMBINE_LIBS=n
CONFIG_RTE_LIBNAME="intel_dpdk"
#
# Use newest code breaking previous ABI

View File

@ -39,8 +39,6 @@ CONFIG_RTE_ARCH_64=y
CONFIG_RTE_TOOLCHAIN="gcc"
CONFIG_RTE_TOOLCHAIN_GCC=y
CONFIG_RTE_LIBNAME="powerpc_dpdk"
# Note: Power doesn't have this support
CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=n

View File

@ -65,10 +65,7 @@ ifneq ($(BUILDING_RTE_SDK),)
RTE_SDK_BIN := $(RTE_OUTPUT)
endif
RTE_LIBNAME := $(CONFIG_RTE_LIBNAME:"%"=%)
ifeq ($(RTE_LIBNAME),)
RTE_LIBNAME := intel_dpdk
endif
RTE_LIBNAME := dpdk
# RTE_TARGET is deducted from config when we are building the SDK.
# Else, when building an external app, RTE_TARGET must be specified