From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix build clean Date: Fri, 17 Jun 2016 15:30:57 +0200 Message-ID: <12039426.qtxCKCx8Vh@xps13> References: <1466169769-18456-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: declan.doherty@intel.com, pablo.de.lara.guarch@intel.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 65178CC3E for ; Fri, 17 Jun 2016 15:30:59 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id f126so89253561wma.1 for ; Fri, 17 Jun 2016 06:30:59 -0700 (PDT) In-Reply-To: <1466169769-18456-1-git-send-email-thomas.monjalon@6wind.com> 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" 2016-06-17 15:22, Thomas Monjalon: > The variables AESNI_MULTI_BUFFER_LIB_PATH and LIBSSO_PATH > are not required for "make clean". > It is the same fix as in the commit e277b2397. Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations") Fixes: 3aafc423cf4d ("snow3g: add driver for SNOW 3G library") > Signed-off-by: Thomas Monjalon Applied