mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[FREELDR] Rename the ext2.*
to ext.*
This commit is contained in:
parent
601646e3b0
commit
d0dfb6cf6f
4 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ list(APPEND FREELDR_BOOTLIB_SOURCE
|
|||
lib/comm/rs232.c
|
||||
## add KD support
|
||||
lib/fs/btrfs.c
|
||||
lib/fs/ext2.c
|
||||
lib/fs/ext.c
|
||||
lib/fs/fat.c
|
||||
lib/fs/fs.c
|
||||
lib/fs/iso.c
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
#include <peloader.h>
|
||||
|
||||
/* File system headers */
|
||||
#include <fs/ext2.h>
|
||||
#include <fs/ext.h>
|
||||
#include <fs/fat.h>
|
||||
#include <fs/ntfs.h>
|
||||
#include <fs/iso.h>
|
||||
|
|
Loading…
Reference in a new issue