]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: Fix kselftest O=objdir build from cluttering top level objdir
authorShuah Khan <skhan@linuxfoundation.org>
Wed, 26 Feb 2020 22:54:49 +0000 (15:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:42:00 +0000 (11:42 +0100)
commit87ec70d74a644d81a65edb089edd490ced78d04d
tree5eaf8f764bbb04bad7138c590327b4e9cb54b895
parent2c9a9e4ae3d6e64f2b4593ac00241b0266b38fca
selftests: Fix kselftest O=objdir build from cluttering top level objdir

commit 7ff07122003759b6ba4614a5732bfb2df219d764 upstream.

make kselftest-all O=objdir builds create generated objects in objdir.
This clutters the top level directory with kselftest objects. Fix it
to create sub-directory under objdir for kselftest objects.

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Tyler Hicks (Microsoft) <code@tyhicks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/Makefile