diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-03-10 19:45:45 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-03-13 14:30:23 +0100 |
commit | f7ea618dec964de20ca0476abda577fa15ff2140 (patch) | |
tree | 1b22d38422c35d2b339199f9d5175dfecbfee3f0 /OvmfPkg/Csm | |
parent | b0bc0b5206583aa5f4da7f6e623fddefab72b097 (diff) | |
download | edk2-f7ea618dec964de20ca0476abda577fa15ff2140.tar.gz edk2-f7ea618dec964de20ca0476abda577fa15ff2140.tar.bz2 edk2-f7ea618dec964de20ca0476abda577fa15ff2140.zip |
OvmfPkg/CsmSupportLib: 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>
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/Csm')
-rw-r--r-- | OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf index fb2ec2039f..25056febf3 100644 --- a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf +++ b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf @@ -31,8 +31,8 @@ [Sources]
CsmSupportLib.c
LegacyInterrupt.c
- LegacyRegion.c
LegacyPlatform.c
+ LegacyRegion.c
[Packages]
MdePkg/MdePkg.dec
|