From f7ea618dec964de20ca0476abda577fa15ff2140 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 19:45:45 +0100 Subject: [PATCH] OvmfPkg/CsmSupportLib: sort [Sources*] sections in the INF file This makes it easier to insert future source files. No functional changes. Cc: Ard Biesheuvel Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2