From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A28381B2BA for ; Mon, 6 Nov 2017 22:08:15 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4A27120C80; Mon, 6 Nov 2017 16:08:15 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 16:08:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Lrscji0zdsnpP+xPbTzpl96lMM 8p7courga1ytjngjo=; b=TBFHTkShknzzPwpzJiASZxXOO6YujfEjR45LMsxxEy SR+pPISN/zzcTblHZbvs5n7NLKB5K95hUUeBGdETi9xTRXAftfxSF+rlG8/0sNS7 6VmxfojVX/gk3K33p1eQ5iiSphJpJ6treKSZR1dS1lQm11/jCblmY4MvojGpuFPf 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Lrscji 0zdsnpP+xPbTzpl96lMM8p7courga1ytjngjo=; b=AQfCpz9aKZRbVCVNOEJt05 PL34waov0P1jUo+UlOiITK7ZC35BJc5RqaPjf8O1lGqdH5zRgkJqBPsIZTifEe7b qEpe+beaxW/foZEcHZBDSckmsvooRr36qp0yy9TYU29MwkNMUq78itivES0ZAUyu JXrpKygo5PjrnffPzxXLN9l5YHg9RFVCviCzVjbKa+0WdGpLxEcblskbvU9Ivb+w ZsiCggMt4hHj9F49Hk+VEBiDGW/JmloWYMo9Rs/WnX18W/7UfLN7QHOnPuVDJSuJ uPcFV6PD5jUs6Re3mj7/EK40eIy9Z1/uHK8rryNXglUVXv0E+esSHGac0yx2dmxw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 070C6241BE; Mon, 6 Nov 2017 16:08:15 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: olivier.matz@6wind.com Date: Mon, 06 Nov 2017 22:08:14 +0100 Message-ID: <151003048.xO3jLE65hY@xps> In-Reply-To: <20171106112436.21613-1-thomas@monjalon.net> References: <20171106112436.21613-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: remove useless list of core libraries X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 21:08:15 -0000 06/11/2017 12:24, Thomas Monjalon: > When moving the library dependencies handling from top Makefiles > to library Makefiles, the list core-libs became useless. > > Fixes: cbc12b0a96f5 ("mk: do not generate LDLIBS from directory dependencies") > > Signed-off-by: Thomas Monjalon Applied