mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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>
This commit is contained in:
parent
97c567efd3
commit
8853c2afc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user