From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH v2 0/2] mk: make config enhancements Date: Fri, 26 May 2017 09:52:42 +0100 Message-ID: <1495788764-37652-1-git-send-email-david.hunt@intel.com> References: <1495535304-159542-3-git-send-email-david.hunt@intel.com> Cc: thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0AC479B63 for ; Fri, 26 May 2017 10:55:30 +0200 (CEST) In-Reply-To: <1495535304-159542-3-git-send-email-david.hunt@intel.com> 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. 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