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:
Ashish Singhal
2025-05-08 13:27:13 -06:00
committed by mergify[bot]
parent b2db39cefe
commit 399a40e5cb
7 changed files with 47 additions and 19 deletions

View File

@@ -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]