This makes it easier to insert future source files, and to see the source files that are unique to either INF file. No functional changes.
Cc: Anthony Perard <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Julien Grall <[email protected]> Cc: Phil Dennis-Jordan <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <[email protected]> --- OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | 6 +++--- OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf index 9a9b2e6bb2e5..f1ab80db9760 100644 --- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf @@ -28,12 +28,12 @@ [Defines] [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 adc50cfd9f76..6b6e7879be13 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf @@ -27,11 +27,11 @@ [Defines] # [Sources] - QemuFwCfgAcpiPlatform.c - QemuFwCfgAcpi.c + BootScript.c EntryPoint.c PciDecoding.c - BootScript.c + QemuFwCfgAcpi.c + QemuFwCfgAcpiPlatform.c [Packages] MdePkg/MdePkg.dec -- 2.14.1.3.gb7cf6e02401b _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

