]> 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)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 13 Mar 2020 19:46:12 +0000 (13:46 -0600)
commitac8104b5c937e87c10017dbee0edbebec9497020
tree7ef624842a1cb2183b4b371a378bc97d9d4807eb
parenta5167ea94250cb327577e338a5cd2b62bd8b5789
selftests: Fix kselftest O=objdir build from cluttering top level objdir

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>
tools/testing/selftests/Makefile