Skip to content

Commit

Permalink
cmake(bugfix):fix fs cmake typo
Browse files Browse the repository at this point in the history
Signed-off-by: xuxin19 <[email protected]>
  • Loading branch information
xuxin930 authored and xiaoxiang781216 committed Oct 30, 2024
1 parent 92dddcd commit 36b891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/partition/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 36b891c

Please sign in to comment.