mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
4ec76c062d
commit
551639a8cb
|
@ -29,14 +29,14 @@
|
||||||
OvmfPkg/OvmfPkg.dec
|
OvmfPkg/OvmfPkg.dec
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
XenPvBlkDxe.h
|
|
||||||
XenPvBlkDxe.c
|
|
||||||
ComponentName.c
|
|
||||||
ComponentName.h
|
|
||||||
BlockFront.c
|
BlockFront.c
|
||||||
BlockFront.h
|
BlockFront.h
|
||||||
BlockIo.c
|
BlockIo.c
|
||||||
BlockIo.h
|
BlockIo.h
|
||||||
|
ComponentName.c
|
||||||
|
ComponentName.h
|
||||||
|
XenPvBlkDxe.c
|
||||||
|
XenPvBlkDxe.h
|
||||||
|
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
Loading…
Reference in New Issue