summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-10 21:22:08 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:31:40 +0100
commit551639a8cb631dc3d1d36f95c63f7c2835ad47fc (patch)
tree01e3485085d28846ad14fccf178cd215c256dc4f /OvmfPkg
parent4ec76c062d0f48b5e43597a35aa39b3c4d16f6f9 (diff)
downloadedk2-551639a8cb631dc3d1d36f95c63f7c2835ad47fc.tar.gz
edk2-551639a8cb631dc3d1d36f95c63f7c2835ad47fc.tar.bz2
edk2-551639a8cb631dc3d1d36f95c63f7c2835ad47fc.zip
OvmfPkg/XenPvBlkDxe: sort [Sources*] sections in the INF file
This makes it easier to insert future source files. No functional changes. Cc: Anthony Perard <anthony.perard@citrix.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Julien Grall <julien.grall@linaro.org> 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')
-rw-r--r--OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
index c9ac155861..c202e71246 100644
--- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
+++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
@@ -29,14 +29,14 @@
OvmfPkg/OvmfPkg.dec
[Sources]
- XenPvBlkDxe.h
- XenPvBlkDxe.c
- ComponentName.c
- ComponentName.h
BlockFront.c
BlockFront.h
BlockIo.c
BlockIo.h
+ ComponentName.c
+ ComponentName.h
+ XenPvBlkDxe.c
+ XenPvBlkDxe.h
[LibraryClasses]