Files

8 lines
135 B
Python
Raw Permalink Normal View History

2025-09-30 11:56:06 +08:00
from building import *
src = Glob('*.c')
group = DefineGroup('iperf', src, depend = ['LPKG_NETUTILS_IPERF'])
Return('group')