mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-13 20:53:58 +08:00
7 lines
136 B
Python
7 lines
136 B
Python
import rtconfig
|
|
Import('RTT_ROOT')
|
|
from building import *
|
|
|
|
src = Glob('*.c')
|
|
group = DefineGroup('', src, depend = [''])
|
|
Return('group') |