mirror of https://github.com/acidanthera/audk.git
Add missing secure boot build option
Signed-off-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13196 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ff4d6bb315
commit
cbc6b5e545
|
@ -194,7 +194,9 @@
|
|||
#
|
||||
# Runtime
|
||||
#
|
||||
!if $(SECURE_BOOT_ENABLE) == TRUE
|
||||
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
|
||||
!endif
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue