From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 26 May 2017 01:55:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,396,1491289200"; d="scan'208";a="106876505" Received: from silpixa00397898.ir.intel.com ([10.237.223.116]) by fmsmga005.fm.intel.com with ESMTP; 26 May 2017 01:55:28 -0700 From: David Hunt To: dev@dpdk.org Cc: thomas@monjalon.net Date: Fri, 26 May 2017 09:52:42 +0100 Message-Id: <1495788764-37652-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1495535304-159542-3-git-send-email-david.hunt@intel.com> References: <1495535304-159542-3-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] mk: make config enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 08:55:31 -0000 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