From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: generate internal library dependencies from DEPDIRS-y automatically Date: Thu, 09 Jun 2016 11:40:27 +0200 Message-ID: <2730861.Fm2Zd1EmcJ@xps13> References: <62da0f5f31b2ab9db2dcc16acd2f8425a575a26f.1465293714.git.pmatilai@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Christian Ehrhardt , dev@dpdk.org, Ferruh Yigit To: Panu Matilainen Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 00F09C340 for ; Thu, 9 Jun 2016 11:40:30 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id k204so52023494wmk.0 for ; Thu, 09 Jun 2016 02:40:29 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Up to now dependencies between DPDK internal libraries have been > > untracked at shared library level, requiring applications to know > > about library internal dependencies and often consequently overlinking. > > > > Since the dependencies are already recorded for build ordering in the > > makefiles, we can use that information to generate LDLIBS entries for > > internal libraries automatically. > > > > Also revert commit 8180554d82b3 ("vhost: fix linkage of driver with > > library") which is made redundant by this change. > > > > Signed-off-by: Panu Matilainen > Acked-by: Christian Ehrhardt Applied, thanks