From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 May 2017 03:39:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,382,1491289200"; d="scan'208";a="104340116" Received: from silpixa00397898.ir.intel.com ([10.237.223.116]) by orsmga005.jf.intel.com with ESMTP; 23 May 2017 03:39:08 -0700 From: David Hunt To: dev@dpdk.org Cc: thomas@monjalon.net Date: Tue, 23 May 2017 11:28:22 +0100 Message-Id: <1495535304-159542-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] 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: Tue, 23 May 2017 10:39:11 -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. 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.