From c85bc0c9d425c04055496fd2111e12ab3471ef31 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 1 Jun 2015 23:21:00 +0000 Subject: BaseTools/Conf: Don't support upper case nasm extensions 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. In other words, remove .Nasm and .NASM. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17544 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Conf/build_rule.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BaseTools/Conf/build_rule.template') diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index f1edf3a2f4..e5467cc455 100644 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -194,7 +194,7 @@ [Nasm-Assembly-Code-File.COMMON.COMMON] - ?.nasm, ?.Nasm, ?.NASM + ?.nasm $(MAKE_FILE) @@ -479,7 +479,7 @@ [Nasm-to-Binary-Code-File] - ?.nasmb, ?.NASMB + ?.nasmb $(MAKE_FILE) -- cgit v1.2.3