From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piotr Bartosiewicz Subject: make install and RTE_KERNELDIR in dpdk 2.2 Date: Wed, 16 Dec 2015 15:14:05 +0100 Message-ID: <567171AD.1090207@atendesoftware.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by dpdk.org (Postfix) with ESMTP id A02E02716 for ; Wed, 16 Dec 2015 15:14:07 +0100 (CET) Received: by mail-lf0-f44.google.com with SMTP id z124so25228755lfa.3 for ; Wed, 16 Dec 2015 06:14:07 -0800 (PST) Received: from [10.255.0.135] (fw-vrrp.atendesoftware.pl. [217.17.44.148]) by smtp.googlemail.com with ESMTPSA id y15sm1055990lfd.3.2015.12.16.06.14.06 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Dec 2015 06:14:06 -0800 (PST) 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" A new 'make install' wrongly assumes that the output module name is always 'uname -r' even if RTE_KERNELDIR is passed. # make install T=... DESTDIR=/tmp/dpdk RTE_KERNELDIR=/lib/modules/3.16.0-4-amd64/build ... # ls /tmp/dpdk/lib/modules/ 4.2.0-18-generic -- Regards Piotr Bartosiewicz