diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf index 4a5f12df14..b702b71a11 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf @@ -39,7 +39,7 @@ [Sources.common]
PciLib.c
PciIo.c
- Pcibus.c
+ PciBus.c
PciDeviceSupport.c
ComponentName.c
ComponentName.h
@@ -64,7 +64,7 @@ PciDeviceSupport.h
PciCommand.h
PciIo.h
- Pcibus.h
+ PciBus.h
[Packages]
MdePkg/MdePkg.dec
|