mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: Add missing BaseStackCheckLib instance
Fix ARM and AARCH64 build issues by adding the BaseStackCheckLib instance. Cc: Sami Mujawar <Sami.Mujawar@arm.com> Cc: Alexei Fedorov <Alexei.Fedorov@arm.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
b258f12889
commit
0f4cdad25b
|
@ -35,6 +35,7 @@
|
|||
|
||||
[LibraryClasses.ARM, LibraryClasses.AARCH64]
|
||||
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
||||
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
|
||||
PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
|
||||
|
||||
[Components.common]
|
||||
|
@ -51,4 +52,3 @@
|
|||
# Inhibit C6305: Potential mismatch between sizeof and countof quantities.
|
||||
*_VS2017_*_CC_FLAGS = /wd6305 /analyze
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue