From c15c61275ce61535bf3af3cde71eff1c589089bd Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Tue, 21 Aug 2018 12:41:50 +0200 Subject: [PATCH] Addendum to 45fd48b --- drivers/filesystems/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/filesystems/CMakeLists.txt b/drivers/filesystems/CMakeLists.txt index 24937d7f131..7485d433b5a 100644 --- a/drivers/filesystems/CMakeLists.txt +++ b/drivers/filesystems/CMakeLists.txt @@ -1,6 +1,6 @@ add_subdirectory(btrfs) -add_subdirectory(cdfs_new) +add_subdirectory(cdfs) add_subdirectory(ext2) add_subdirectory(fastfat) add_subdirectory(ffs)