From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: mk: make config enhancements Date: Tue, 23 May 2017 11:28:22 +0100 Message-ID: <1495535304-159542-1-git-send-email-david.hunt@intel.com> Cc: thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E6979374C for ; Tue, 23 May 2017 12:39:10 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. There's still some work to be done on non-x86 machines so I'd appreciate some suggestions of tweaks to make this patch function on those as well.