[finsh] 整理Kconfig 层次更分明

This commit is contained in:
Meco Man
2021-08-26 10:08:12 -04:00
parent 29828dc94f
commit 3d5582380d
2 changed files with 55 additions and 51 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ if GetDepend('RT_USING_DFS'):
CPPPATH = [cwd]
group = DefineGroup('msh', src, depend = ['RT_USING_FINSH'], CPPPATH = CPPPATH)
group = DefineGroup('Finsh', src, depend = ['RT_USING_FINSH'], CPPPATH = CPPPATH)
Return('group')