Skip to content

Commit

Permalink
WhitleyOpenBoardPkg: Fix missing security library build error
Browse files Browse the repository at this point in the history
7b723de broke WhitleyOpenBoardPkg build
This corrects by making SecureBootConfigDxe.inf conditional too.

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
  • Loading branch information
iworam authored and nate-desimone committed Aug 12, 2021
1 parent d92e6f9 commit fa44b5e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -119,7 +119,9 @@
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf

!if gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable == TRUE
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
!endif

!if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable == TRUE
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
Expand Down

0 comments on commit fa44b5e

Please sign in to comment.