DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Rauta, Alin" <alin.rauta@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Cc: "Varlese, Marco" <marco.varlese@intel.com>
Subject: [dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y").
Date: Mon, 20 Jul 2015 18:04:32 +0000	[thread overview]
Message-ID: <313CE12EB78416478E6F6FC8F09CCF8C353CB9@IRSMSX101.ger.corp.intel.com> (raw)
In-Reply-To: <1437389608-18697-2-git-send-email-alin.rauta@intel.com>

Signed-off-by: Alin Rauta <alin.rauta@intel.com>
---
 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
 
 DIRS-y += librte_compat
 DIRS-$(CONFIG_RTE_LIBRTE_EAL) += librte_eal
-DIRS-$(CONFIG_RTE_LIBRTE_EAL) += librte_malloc
 DIRS-$(CONFIG_RTE_LIBRTE_RING) += librte_ring
 DIRS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += librte_mempool
 DIRS-$(CONFIG_RTE_LIBRTE_MBUF) += librte_mbuf
--
2.1.0

  parent reply	other threads:[~2015-07-20 18:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1437389608-18697-1-git-send-email-alin.rauta@intel.com>
2015-07-20 18:03 ` Rauta, Alin
2015-07-21 10:18   ` [dpdk-dev] [PATCH] malloc: fix combined lib build Sergio Gonzalez Monroy
2015-07-21 10:18     ` Sergio Gonzalez Monroy
2015-07-21 10:20       ` Gonzalez Monroy, Sergio
2015-07-21 10:33     ` [dpdk-dev] [PATCH v2] " Sergio Gonzalez Monroy
2015-07-22  8:26       ` Thomas Monjalon
     [not found] ` <1437389608-18697-2-git-send-email-alin.rauta@intel.com>
2015-07-20 18:04   ` Rauta, Alin [this message]
2015-07-20 18:14     ` [dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y") Thomas Monjalon
2015-07-21  9:49       ` Rauta, Alin
2015-07-21  9:53         ` Gonzalez Monroy, Sergio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=313CE12EB78416478E6F6FC8F09CCF8C353CB9@IRSMSX101.ger.corp.intel.com \
    --to=alin.rauta@intel.com \
    --cc=dev@dpdk.org \
    --cc=marco.varlese@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).