mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 13:09:21 +08:00
96049b7e5c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1731 bbd45198-f89e-11dd-88c7-29a3b14d5316
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
import rtconfig
|
|
Import('RTT_ROOT')
|
|
from building import *
|
|
|
|
src = Glob('*.c')
|
|
group = DefineGroup('', src, depend = [''])
|
|
Return('group') |