cmake(bugfix):fix fs cmake typo
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
92dddcda8a
commit
36b891c1e1
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue