4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-01 12:01:01 +08:00

8 lines
149 B
Python
Raw Normal View History

Import('RTT_ROOT')
from building import *
src = Glob('*.c')
group = DefineGroup('netutils', src, depend = ['RT_USING_NETUTILS'])
Return('group')