]> 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)
commit1e35cc4d49e0e5a947460e21c26bd6547fcb3497
tree5eaf8f764bbb04bad7138c590327b4e9cb54b895
parent01888ec102bce537b930ff9e2c11e26a8d661b0b
selftests: Fix kselftest O=objdir build from cluttering top level objdir

commit ac8104b5c937e87c10017dbee0edbebec9497020 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