This makes it easier to insert future source files. No functional changes. Cc: Anthony Perard <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Julien Grall <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <[email protected]> --- OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf index c9ac15586112..c202e71246ef 100644 --- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf +++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf @@ -29,14 +29,14 @@ [Packages] 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] -- 2.14.1.3.gb7cf6e02401b _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

