From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v2 0/2] mk: make config enhancements Date: Mon, 29 May 2017 13:01:37 +0530 Message-ID: <128dac1d-6a63-36ee-2cd8-59103206c40d@nxp.com> References: <1495535304-159542-3-git-send-email-david.hunt@intel.com> <1495788764-37652-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: David Hunt , Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0069.outbound.protection.outlook.com [104.47.37.69]) by dpdk.org (Postfix) with ESMTP id 2F8D47CC7 for ; Mon, 29 May 2017 09:23:28 +0200 (CEST) In-Reply-To: <1495788764-37652-1-git-send-email-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Friday 26 May 2017 02:22 PM, David Hunt wrote: > This patch series is a couple of small patches to make the 'make config' > of the build a bit easier for users. > > Users can now 'make defconfig' which will pick a sensible default based on > some 'uname' queries of the system. > > Users can also set RTE_TARGET on in their environment which will get picked > users type 'make config' without T=template. > > v2 changes: > Added better handling for non-IA platforms. The list is now as follows: > uname -m Output Target > -------- ------------------ > aarch64 arm64-armv8a-... > armv7l arm-armv7a-... > ppc64 ppc_64-power8-... > x86_64 x86_64-native-... > i686 i686-native-... > > [1/2] mk: allow use of environment var for make config > [2/2] mk: add sensible default target with defconfig > Series-Acked-by: Shreyansh Jain