Skip to content
Commit 61c2018c authored by Shuah Khan's avatar Shuah Khan
Browse files

selftests: avoid KBUILD_OUTPUT dir cluttering with selftest objects



Running "make kselftest" or building selftests when KBUILD_OUTPUT
is set, will create selftest objects in the KBUILD_OUTPUT directory.
This could be undesirable especially when user didn't intend to
relocate selftest objects.

Use KBUILD_OUTPUT/kselftest to create selftest objects instead of
cluttering the main directory.

Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 11ebd85a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment