移除 SConscript.1 临时文件

This commit is contained in:
tangyuxin 2019-03-25 15:18:09 +08:00
parent 1b0f7db7c3
commit e6d1537327
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# RT-Thread building script for component
from building import *
Import('rtconfig')
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp') + Glob('*_gcc.S')
CPPPATH = [cwd]
ASFLAGS = ''
group = DefineGroup('cpu', src, depend = [''], CPPPATH = CPPPATH, ASFLAGS = ASFLAGS)
Return('group')