https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c05f3d8d1ce5641f1768ecd775a375a34e368cf9

commit c05f3d8d1ce5641f1768ecd775a375a34e368cf9
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Wed Dec 2 11:17:59 2020 +0100
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Wed Feb 3 09:41:22 2021 +0100

    [FASTFAT_NEW] Enable the driver
---
 drivers/filesystems/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/filesystems/CMakeLists.txt 
b/drivers/filesystems/CMakeLists.txt
index 7485d433b5a..3d5277dfa74 100644
--- a/drivers/filesystems/CMakeLists.txt
+++ b/drivers/filesystems/CMakeLists.txt
@@ -2,7 +2,8 @@
 add_subdirectory(btrfs)
 add_subdirectory(cdfs)
 add_subdirectory(ext2)
-add_subdirectory(fastfat)
+#add_subdirectory(fastfat)
+add_subdirectory(fastfat_new)
 add_subdirectory(ffs)
 add_subdirectory(fs_rec)
 add_subdirectory(msfs)

Reply via email to