aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/seccomp
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2019-08-16 18:06:04 +0200
committerShuah Khan <skhan@linuxfoundation.org>2019-08-19 14:21:36 -0600
commit0ac33e4e9b5e4ccdd43c9d4e77882a1af0e41dec (patch)
treeb51fa913fbe12f10cfe134f2a15d5b0b27221021 /tools/testing/selftests/seccomp
parentLinux 5.3-rc5 (diff)
downloadwireguard-linux-0ac33e4e9b5e4ccdd43c9d4e77882a1af0e41dec.tar.xz
wireguard-linux-0ac33e4e9b5e4ccdd43c9d4e77882a1af0e41dec.zip
selftests: use "$(MAKE)" instead of "make"
When doing "make kselftest TARGETS=bpf -j12", bpf progs end up being compiled sequentially and thus slowly. The reason is that parent make (tools/testing/selftests/Makefile) does not share its jobserver with child make (tools/testing/selftests/bpf/Makefile), therefore the latter runs with -j1. Change all instances of "make" to "$(MAKE)", so that the whole make hierarchy runs using a single jobserver. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/seccomp')
0 files changed, 0 insertions, 0 deletions