For *.asm and *.s, there have been cases of *.Asm and *.S files, but
since the nasm extensions are new, we don't need to support the upper
case extensions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com>
Cc: Liming Gao <liming....@intel.com>
---
 Liming, What do thing about putting this in the middle of the
 BUILDRULEORDER series?

 BaseTools/Conf/build_rule.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BaseTools/Conf/build_rule.template 
b/BaseTools/Conf/build_rule.template
index f1edf3a..e5467cc 100644
--- a/BaseTools/Conf/build_rule.template
+++ b/BaseTools/Conf/build_rule.template
@@ -194,7 +194,7 @@
 
 [Nasm-Assembly-Code-File.COMMON.COMMON]
     <InputFile>
-        ?.nasm, ?.Nasm, ?.NASM
+        ?.nasm
 
     <ExtraDependency>
         $(MAKE_FILE)
@@ -479,7 +479,7 @@
 
 [Nasm-to-Binary-Code-File]
     <InputFile>
-        ?.nasmb, ?.NASMB
+        ?.nasmb
 
     <ExtraDependency>
         $(MAKE_FILE)
-- 
2.1.4


------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to