From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: make install and RTE_KERNELDIR in dpdk 2.2 Date: Thu, 17 Dec 2015 00:26:13 +0100 Message-ID: <12409253.rEPUkvBaQv@xps13> References: <567171AD.1090207@atendesoftware.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Piotr Bartosiewicz Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 0467F5A86 for ; Thu, 17 Dec 2015 00:27:30 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id l126so60317133wml.1 for ; Wed, 16 Dec 2015 15:27:29 -0800 (PST) In-Reply-To: <567171AD.1090207@atendesoftware.pl> 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-16 15:14, Piotr Bartosiewicz: > A new 'make install' wrongly assumes that the output module name is > always 'uname -r' even if RTE_KERNELDIR is passed. No it does not assume anything, it is just a default value. How can you find the directory based on RTE_KERNELDIR? You can set kerneldir=something-else on the "make install" command line.