From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mk: fix external shared library dependencies of drivers, round 2 Date: Mon, 07 Dec 2015 23:18:20 +0100 Message-ID: <2057705.NexKGZgrx1@xps13> References: <1fa0db8a2358e8afc33cd9d440ac8bd6d302eb56.1449484978.git.pmatilai@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 79BD112A8 for ; Mon, 7 Dec 2015 23:19:33 +0100 (CET) Received: by wmvv187 with SMTP id v187so188125489wmv.1 for ; Mon, 07 Dec 2015 14:19:33 -0800 (PST) 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" 2015-12-07 14:58, Aaron Conole: > Panu Matilainen writes: > > Similar to commit 5f9115e58cc6f304ff4ade694cf5823d32887d1a, but > > for qat and mpipe drivers. The former did not exist when the > > previous patch was sent and latter I just missed. > > > > Fixes: 5f9115e58cc6 ("mk: fix shared library dependencies of drivers") > > > > Signed-off-by: Panu Matilainen > > Acked-by: Aaron Conole Applied, thanks