diff options
-rw-r--r-- | MdePkg/Library/BaseLib/BaseLib.msa | 4 | ||||
-rw-r--r-- | MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa index 430d74ef0a..5e68ecdaf0 100644 --- a/MdePkg/Library/BaseLib/BaseLib.msa +++ b/MdePkg/Library/BaseLib/BaseLib.msa @@ -39,7 +39,7 @@ </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
- <Filename>BaseLibInternal.h</Filename>
+ <Filename>BaseLibInternals.h</Filename>
<Filename>String.c</Filename>
<Filename>LinkedList.c</Filename>
<Filename>Synchronization.c</Filename>
@@ -366,7 +366,7 @@ <Filename SupArchList="X64">X64/Thunk16.asm</Filename>
<Filename SupArchList="IPF">Math64.c</Filename>
<Filename SupArchList="IPF">Ipf/asm.h</Filename>
- <Filename SupArchList="IPF">Ipf/ia64_gen.h</Filename>
+ <Filename SupArchList="IPF">Ipf/ia_64gen.h</Filename>
<Filename SupArchList="IPF">Ipf/PalCallStatic.s</Filename>
<Filename SupArchList="IPF">Ipf/setjmp.s</Filename>
<Filename SupArchList="IPF">Ipf/longjmp.s</Filename>
diff --git a/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa b/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa index 7fb9aa2480..1971f378ff 100644 --- a/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa +++ b/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa @@ -40,6 +40,7 @@ </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
+ <Filename>SmbusLibRegisters.h</Filename>
<Filename>SmbusLib.c</Filename>
</SourceFiles>
<PackageDependencies>
|