[add][components][utilities]Add the Var Export component

Signed-off-by: WillianChan <willianchan_lovelife@foxmail.com>
This commit is contained in:
WillianChan
2021-08-31 17:23:48 +08:00
committed by WillianChan
parent 553b57e3a9
commit 9f543f7065
5 changed files with 488 additions and 0 deletions
@@ -0,0 +1,8 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('var_export', src, depend = ['RT_USING_VAR_EXPORT'], CPPPATH = CPPPATH)
Return('group')