]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools/Conf: apply nasmb, asm16 build rule order
authorChris Ruffin <chris.ruffin@intel.com>
Wed, 2 Aug 2017 20:30:06 +0000 (04:30 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 7 Aug 2017 05:33:34 +0000 (13:33 +0800)
Prioritize nasmb rule over asm16 where both source types are specified.

Change-Id: I33ec348dab66b313ddb05cb15f2d8407a648c320
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Ruffin <chris.ruffin@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Conf/tools_def.template

index cdc9df44d97d40d0a115dc3bfad26f9e6ab47c2b..1fa3ca3ceae9936c6c1933e23bc1769a9ae1b7e2 100755 (executable)
@@ -7580,4 +7580,4 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS  = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
 #################\r
 # Build rule order\r
 #################\r
-*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s\r
+*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s nasmb asm16\r