[edk2] [PATCH 34/45] OvmfPkg/QemuVideoDxe: sort [Sources*] sections in the INF file

Laszlo Ersek posted 45 patches 7 years, 3 months ago
[edk2] [PATCH 34/45] OvmfPkg/QemuVideoDxe: sort [Sources*] sections in the INF file
Posted by Laszlo Ersek 7 years, 3 months ago
This makes it easier to insert future source files. No functional changes.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Phil Dennis-Jordan <phil@philjordan.eu>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
index ff68c99e96a9..b6775fd09723 100644
--- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
+++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
@@ -40,10 +40,10 @@ [Sources.common]
   Initialize.c
 
 [Sources.Ia32, Sources.X64]
-  VbeShim.c
   UnalignedIoGcc.c    | GCC
-  UnalignedIoMsc.c    | MSFT
   UnalignedIoIcc.c    | INTEL
+  UnalignedIoMsc.c    | MSFT
+  VbeShim.c
 
 [Sources.IPF, Sources.EBC]
   UnalignedIoUnsupported.c
-- 
2.14.1.3.gb7cf6e02401b


_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel