diff --git a/fs/partition/CMakeLists.txt b/fs/partition/CMakeLists.txt index 0003e831fd892..a7323a21c7fe3 100644 --- a/fs/partition/CMakeLists.txt +++ b/fs/partition/CMakeLists.txt @@ -36,7 +36,7 @@ if(NOT CONFIG_DISABLE_MOUNTPOINT) list(APPEND SRCS fs_gpt.c) endif() - if(CONFIG_GPT_PARTITION) + if(CONFIG_TXTABLE_PARTITION) list(APPEND SRCS fs_txtable.c) endif()