ArmVirtPkg: Fix dsc include ordering
Fix the issue caused by ordering change in dsc include files while enabling dynamic stack check. Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com>
This commit is contained in:
committed by
mergify[bot]
parent
b2db39cefe
commit
399a40e5cb
@@ -28,7 +28,11 @@
|
||||
DEFINE TTY_TERMINAL = FALSE
|
||||
DEFINE SECURE_BOOT_ENABLE = FALSE
|
||||
|
||||
# This comes before MdeLibs to ensure stack cookie configuration is chosen
|
||||
# This comes at the beginning of includes to pick all relevant defines early on.
|
||||
!include ArmVirtPkg/ArmVirtStackCookies.dsc.inc
|
||||
|
||||
# This comes at the end of includes to pick all relevant components without any
|
||||
# unintentional overrides.
|
||||
!include ArmVirtPkg/ArmVirt.dsc.inc
|
||||
|
||||
[LibraryClasses.common]
|
||||
|
||||
Reference in New Issue
Block a user