From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 707BFA0507; Wed, 6 Apr 2022 14:24:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E997F40689; Wed, 6 Apr 2022 14:24:22 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 66B894014F for ; Wed, 6 Apr 2022 14:24:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649247861; x=1680783861; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=f746Vffin7V9gh0cTADeoweqI8SdxwhCkF5Q/nqUnL8=; b=Hfr69KIr4rF9Cpah3hRJnQLsyn1IZjM7Xb5Gbbqy3s5ueto49MwnRlI6 yf2BNV9opH+J8bhEOGNMKSZ4m4oePOimmZ6LCX5an58OxVjN3ujieCwJc 72WhPTYszjhUO0nFHM2+CaiRnpiYzf0kl/0VgtvBM4cio1rvd9SDIxMzc 0BKKwb3qTISnBa0cXMu+s8dQhAp05WwzRkVazDR+0Flt6yi/UtFevUz2y m37G1XfZA5vdq6M4kTDiPjlIVuZ6UDHjk/u9DDHZiswlsDU+hiaRIkupb eMZtiZTF2dw2aJAoor10VJWMVZqwxPO0Ws+njSaBaUu05f42dy+LrMcR/ A==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="261207779" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="261207779" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:24:20 -0700 Message-Id: <8ea9f5$kp1h7e@fmsmga001-auth.fm.intel.com> Date: 06 Apr 2022 05:24:19 -0700 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="697353459" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:24:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH] remove code relying on make configurations From: lijuan.tu@intel.com To: dts@dpdk.org,David Marchand Cc: lijuan.tu@intel.com In-Reply-To: <20220401071643.28390-1-david.marchand@redhat.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: David Marchand Errors-To: dts-bounces@dpdk.org On Fri, 1 Apr 2022 09:16:43 +0200, David Marchand wrote: > config/defconfig_* files were configuration files used with make build > framework. > This means that any code relying on them is dead. > Clean this up. >=20 > Signed-off-by: David Marchand Acked-by: Lijuan Tu Applied, thanks