From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2BA912095DB87 for ; Thu, 3 Aug 2017 08:06:48 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2017 08:08:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,316,1498546800"; d="scan'208";a="1158715025" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 03 Aug 2017 08:08:43 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 3 Aug 2017 08:08:43 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 3 Aug 2017 08:08:42 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 23:08:40 +0800 From: "Gao, Liming" To: "Ruffin, Chris" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order Thread-Index: AQHTC840V9IN7kJbnUqEMe/MPxnmQ6JyvSVw Date: Thu, 3 Aug 2017 15:08:40 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75F4E4@shsmsx102.ccr.corp.intel.com> References: <20170802203006.62216-1-chris.ruffin@intel.com> In-Reply-To: <20170802203006.62216-1-chris.ruffin@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule order X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 15:06:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ch= ris Ruffin > Sent: Thursday, August 3, 2017 4:30 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH] BaseTools/Conf: apply nasmb, asm16 build rule ord= er >=20 > Prioritize nasmb rule over asm16 where both source types are specified. >=20 > Change-Id: I33ec348dab66b313ddb05cb15f2d8407a648c320 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Chris Ruffin > --- > BaseTools/Conf/tools_def.template | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def= .template > index 4b1b7b548c..689b6ec501 100755 > --- a/BaseTools/Conf/tools_def.template > +++ b/BaseTools/Conf/tools_def.template > @@ -7756,4 +7756,4 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS =3D "$(CCPATH_FLAG= )" $(ARCHCC_FLAGS) $(PLATFORM_F > ################# > # Build rule order > ################# > -*_*_*_*_BUILDRULEORDER =3D nasm asm Asm ASM S s > +*_*_*_*_BUILDRULEORDER =3D nasm asm Asm ASM S s nasmb asm16 > -- > 2.13.3.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel