mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
8 lines
128 B
Python
8 lines
128 B
Python
from building import *
|
|
|
|
src = Glob('*.c')
|
|
|
|
group = DefineGroup('iperf', src, depend = ['LPKG_NETUTILS_IPERF'])
|
|
|
|
Return('group')
|