diff options
Diffstat (limited to 'Nt32Pkg/BootModePei/BootMode.inf')
-rw-r--r-- | Nt32Pkg/BootModePei/BootMode.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Nt32Pkg/BootModePei/BootMode.inf b/Nt32Pkg/BootModePei/BootMode.inf index 6f3c7c0b24..b1cc3778f6 100644 --- a/Nt32Pkg/BootModePei/BootMode.inf +++ b/Nt32Pkg/BootModePei/BootMode.inf @@ -43,7 +43,6 @@ ################################################################################
[Sources.common]
- BootMode.dxs
BootMode.c
CommonHeader.h
@@ -92,3 +91,5 @@ gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
+[depex]
+ TRUE
\ No newline at end of file |