This makes it easier to insert future source files. No functional changes. Cc: Ard Biesheuvel <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Phil Dennis-Jordan <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <[email protected]> --- 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 [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

