4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 05:53:30 +08:00
2017-12-17 12:08:31 +08:00

12 lines
254 B
Python

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