diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2019-08-16 19:06:04 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-08-19 23:21:36 +0300 |
commit | 0ac33e4e9b5e4ccdd43c9d4e77882a1af0e41dec (patch) | |
tree | b51fa913fbe12f10cfe134f2a15d5b0b27221021 /arch | |
parent | d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff) | |
download | linux-0ac33e4e9b5e4ccdd43c9d4e77882a1af0e41dec.tar.xz |
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 'arch')
0 files changed, 0 insertions, 0 deletions