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

This commit is contained in:
zhangjun
2019-08-22 15:59:51 +08:00
parent 3ede7630c0
commit 9714b520c4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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' :