]> asedeno.scripts.mit.edu Git - linux.git/commit
Revert "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths"
authorShuah Khan <skhan@linuxfoundation.org>
Thu, 28 Nov 2019 23:03:21 +0000 (16:03 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 28 Nov 2019 23:27:44 +0000 (16:27 -0700)
commitf60b85e83659b5fbd3eb2c8f68d33ef4e35ebb2c
tree2bc01df57f59d230f6777bf3eeced737f5554976
parented2d8fa734e7759ac3788a19f308d3243d0eb164
Revert "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths"

This reverts commit 303e6218ecec475d5bc3e5922dec770ee5baf107.

This patch breaks several CI use-cases that run kselftest builds
without using main Makefile. This fix depends on abs_objtree which
is undefined when kselftest build is invoked on selftests Makefile
without going through the main Makefile.

Revert this for now as this patch impacts selftest runs.

Fixes: 303e6218ecec ("selftests: Fix O= and KBUILD_OUTPUT handling for relative paths")
Reported-by: Cristian Marussi <cristian.marussi@arm.com>
Reported-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/Makefile