cmake(bugfix):fix fs cmake typo

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19 2024-10-29 14:36:31 +08:00 committed by Xiang Xiao
parent 92dddcda8a
commit 36b891c1e1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if(NOT CONFIG_DISABLE_MOUNTPOINT)
list(APPEND SRCS fs_gpt.c) list(APPEND SRCS fs_gpt.c)
endif() endif()
if(CONFIG_GPT_PARTITION) if(CONFIG_TXTABLE_PARTITION)
list(APPEND SRCS fs_txtable.c) list(APPEND SRCS fs_txtable.c)
endif() endif()