Skip to content

Commit e4a5d60

Browse files
committed
[FREELDR] Rename the ext2.* to ext.*
1 parent dad3a09 commit e4a5d60

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

boot/freeldr/freeldr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ list(APPEND FREELDR_BOOTLIB_SOURCE
4444
lib/comm/rs232.c
4545
## add KD support
4646
lib/fs/btrfs.c
47-
lib/fs/ext2.c
47+
lib/fs/ext.c
4848
lib/fs/fat.c
4949
lib/fs/fs.c
5050
lib/fs/iso.c

boot/freeldr/freeldr/include/freeldr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#include <peloader.h>
8787

8888
/* File system headers */
89-
#include <fs/ext2.h>
89+
#include <fs/ext.h>
9090
#include <fs/fat.h>
9191
#include <fs/ntfs.h>
9292
#include <fs/iso.h>

0 commit comments

Comments
 (0)