diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-03-10 21:22:08 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-03-13 14:31:20 +0100 |
commit | 5306c0892ff93c2ec741a52b744de07b3505bf32 (patch) | |
tree | 4678bdaac3075f010c5c450fb39357f662201504 /OvmfPkg/QemuVideoDxe | |
parent | cc92ae2acf9842880423c68ba326a3a9e91507aa (diff) | |
download | edk2-5306c0892ff93c2ec741a52b744de07b3505bf32.tar.gz edk2-5306c0892ff93c2ec741a52b744de07b3505bf32.tar.bz2 edk2-5306c0892ff93c2ec741a52b744de07b3505bf32.zip |
OvmfPkg/QemuVideoDxe: sort [Sources*] sections in the INF file
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>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg/QemuVideoDxe')
-rw-r--r-- | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index ff68c99e96..b6775fd097 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -40,10 +40,10 @@ 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
|