4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-05 04:15:31 +08:00
Huaqi Fang 0e1f502edf nuclei: optimize rvstar support directory
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-04-08 18:46:58 +08:00

12 lines
211 B
Python

# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')