diff options
author | Chris Ruffin <chris.ruffin@intel.com> | 2017-08-03 04:30:06 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2017-08-07 13:33:34 +0800 |
commit | 8853c2afc51c2cab862acbef308f2588264e188b (patch) | |
tree | be3b7f03a191186a2a7ae9692cba5445c4ed9d42 /BaseTools/Conf/tools_def.template | |
parent | 97c567efd303f610ac16e12b4bf066d0240f6d0b (diff) | |
download | edk2-8853c2afc51c2cab862acbef308f2588264e188b.tar.gz edk2-8853c2afc51c2cab862acbef308f2588264e188b.tar.bz2 edk2-8853c2afc51c2cab862acbef308f2588264e188b.zip |
BaseTools/Conf: apply nasmb, asm16 build rule order
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>
Diffstat (limited to 'BaseTools/Conf/tools_def.template')
-rwxr-xr-x | BaseTools/Conf/tools_def.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index cdc9df44d9..1fa3ca3cea 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -7580,4 +7580,4 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F #################
# Build rule order
#################
-*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s
+*_*_*_*_BUILDRULEORDER = nasm asm Asm ASM S s nasmb asm16
|