selftests: use "$(MAKE)" instead of "make" for headers_install
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 17 Aug 2020 15:09:46 +0000 (17:09 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 31 Aug 2020 20:48:46 +0000 (14:48 -0600)
commit75fa677260be6acf326afc5c466c211b07aee92f
tree3e92be9ccb1780c4fa3993be7d49e6735fcf8a1c
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
selftests: use "$(MAKE)" instead of "make" for headers_install

If top make invocation uses -j4 or larger, this patch reduces
"make headers_install" subtask run time from 30 to 7 seconds.

CC: Shuah Khan <shuah@kernel.org>
CC: Shuah Khan <skhan@linuxfoundation.org>
CC: linux-kselftest@vger.kernel.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/lib.mk