[Finsh] Add more command in msh

This commit is contained in:
Bernard Xiong
2014-01-05 14:57:58 +08:00
parent 053f579eeb
commit abdcd80dcd
4 changed files with 25 additions and 10 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ if rtconfig.CROSS_TOOL == 'keil':
else:
LINKFLAGS = ''
src = src + msh_src
if GetDepend('FINSH_USING_MSH'):
src = src + msh_src
if not GetDepend('FINSH_USING_MSH_ONLY'):
src = src + fsh_src