]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: user_events: Fix incorrect kernel headers search path
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Jan 2023 13:57:48 +0000 (08:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:34:17 +0000 (09:34 +0100)
commitc0c31ea377f7556f68748cbebc278396781e5e70
tree990b6fddd90c1ead8eeb1c09f735f65ab8b8fff6
parentd68d8818d66e596cb6418f2a672ec86fd131400e
selftests: user_events: Fix incorrect kernel headers search path

commit ecfc243ff9dc3d7a2054fcf20e9237376ae6b20d upstream.

Use $(KHDR_INCLUDES) as lookup path for kernel headers. This prevents
building against kernel headers from the build environment in scenarios
where kernel headers are installed into a specific output directory
(O=...).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: linux-kselftest@vger.kernel.org
Cc: Ingo Molnar <mingo@redhat.com>
Cc: <stable@vger.kernel.org> # 5.18+
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/user_events/Makefile