mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 02:57:24 +08:00
8 lines
137 B
Python
8 lines
137 B
Python
import rtconfig
|
|
Import('RTT_ROOT')
|
|
from building import *
|
|
|
|
src = Glob('*.c')
|
|
group = DefineGroup('', src, depend = [''])
|
|
Return('group')
|