From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 709C85A7B for ; Mon, 20 Jul 2015 20:04:35 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 20 Jul 2015 11:04:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,509,1432623600"; d="scan'208";a="767815466" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga002.jf.intel.com with ESMTP; 20 Jul 2015 11:04:33 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.201]) by IRSMSX154.ger.corp.intel.com ([169.254.12.91]) with mapi id 14.03.0224.002; Mon, 20 Jul 2015 19:04:33 +0100 From: "Rauta, Alin" To: "dev@dpdk.org" Thread-Topic: [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y"). Thread-Index: AQHQwxUh7GUi3pfh5EiRtvi5laaDn53kHbAAgACJBrA= Date: Mon, 20 Jul 2015 18:04:32 +0000 Message-ID: <313CE12EB78416478E6F6FC8F09CCF8C353CB9@IRSMSX101.ger.corp.intel.com> References: <1437389608-18697-1-git-send-email-alin.rauta@intel.com> <1437389608-18697-2-git-send-email-alin.rauta@intel.com> In-Reply-To: <1437389608-18697-2-git-send-email-alin.rauta@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "Varlese, Marco" Subject: [dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y"). X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 18:04:35 -0000 Signed-off-by: Alin Rauta --- lib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 2055539..9727b83 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -33,7 +33,6 @@ include $(RTE_SDK)/mk/rte.vars.mk =20 DIRS-y +=3D librte_compat DIRS-$(CONFIG_RTE_LIBRTE_EAL) +=3D librte_eal -DIRS-$(CONFIG_RTE_LIBRTE_EAL) +=3D librte_malloc DIRS-$(CONFIG_RTE_LIBRTE_RING) +=3D librte_ring DIRS-$(CONFIG_RTE_LIBRTE_MEMPOOL) +=3D librte_mempool DIRS-$(CONFIG_RTE_LIBRTE_MBUF) +=3D librte_mbuf -- 2.1.0