Vlv2TbltDevicePkg: Exclude CapsuleX64 from IA32 build
CapsuleX64 is for 64bits capsule data access in PEI phase, it is only needed for X64 DXE build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18106 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -317,8 +317,10 @@ INF RuleOverride = BINARY $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET
|
||||
|
||||
!if $(CAPSULE_ENABLE) == TRUE
|
||||
INF MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
|
||||
!if $(DXE_ARCHITECTURE) == "X64"
|
||||
INF MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
|
||||
!endif
|
||||
!endif
|
||||
|
||||
!if $(MINNOW2_FSP_BUILD) == FALSE
|
||||
!if $(PCIESC_ENABLE) == TRUE
|
||||
|
Reference in New Issue
Block a user