Skip to content

Commit c0d2ce6

Browse files
committed
[FILESYSTEMS] Swap to ext4 driver
1 parent 9f289cc commit c0d2ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/filesystems/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
add_subdirectory(btrfs)
33
add_subdirectory(cdfs)
4-
add_subdirectory(ext2)
4+
add_subdirectory(ext4)
55
add_subdirectory(fastfat)
66
add_subdirectory(fs_rec)
77
add_subdirectory(msfs)

0 commit comments

Comments
 (0)