summaryrefslogtreecommitdiffstats
path: root/core/modules/iperf/module.build
blob: a5cbb6b6b740ef8d5c77950ff7756cdcdce2f231 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	:
}