提交 9714b520 编写于 作者: z13955633063's avatar z13955633063

[components][libc]修改Kconfig选项名

上级 3ede7630
......@@ -40,8 +40,8 @@ if RT_USING_LIBC && RT_USING_DFS
endif
if RT_USING_LIBC != y
config RT_USING_MINI_TIME
bool "Enable MINI TIME FUNCTIONS WITHOUT COMPILER'S LIBC"
config RT_LIBC_USING_TIME
bool "Enable TIME FUNCTIONS WITHOUT COMPILER'S LIBC"
default y
endif
......
......@@ -10,7 +10,7 @@ CPPPATH = [cwd]
if GetDepend('RT_USING_LIBC'):
src += Glob('*.c')
else:
if GetDepend('RT_USING_MINI_TIME'):
if GetDepend('RT_LIBC_USING_TIME'):
src += ['time.c']
if (rtconfig.PLATFORM == 'armcc' or rtconfig.PLATFORM == 'iar') and rtconfig.ARCH != 'sim' :
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册