From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] kasumi: add new KASUMI PMD Date: Mon, 20 Jun 2016 21:19:48 +0200 Message-ID: <31222710.nJ3ruzEp9f@xps13> References: <1466159565-27950-1-git-send-email-pablo.de.lara.guarch@intel.com> <1466433606-27398-1-git-send-email-pablo.de.lara.guarch@intel.com> <1466433606-27398-2-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com, deepak.k.jain@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id D1A29960D for ; Mon, 20 Jun 2016 21:20:01 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id a66so92289999wme.0 for ; Mon, 20 Jun 2016 12:20:01 -0700 (PDT) In-Reply-To: <1466433606-27398-2-git-send-email-pablo.de.lara.guarch@intel.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-20 15:40, Pablo de Lara: > +include $(RTE_SDK)/mk/rte.vars.mk > + > +ifeq ($(LIBSSO_KASUMI_PATH),) > +$(error "Please define LIBSSO_KASUMI_PATH environment variable") > +endif This is not "make clean" compliant. See previous fix of other crypto drivers: http://dpdk.org/browse/dpdk/commit/?id=1eec9aa301