diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf index 9a9b2e6bb2..f1ab80db97 100644 --- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf @@ -28,12 +28,12 @@ [Sources] AcpiPlatform.c + BootScript.c + EntryPoint.c + PciDecoding.c Qemu.c QemuFwCfgAcpi.c Xen.c - EntryPoint.c - PciDecoding.c - BootScript.c [Packages] MdePkg/MdePkg.dec diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf index adc50cfd9f..6b6e7879be 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf @@ -27,11 +27,11 @@ # [Sources] - QemuFwCfgAcpiPlatform.c - QemuFwCfgAcpi.c + BootScript.c EntryPoint.c PciDecoding.c - BootScript.c + QemuFwCfgAcpi.c + QemuFwCfgAcpiPlatform.c [Packages] MdePkg/MdePkg.dec