aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/sync/Makefile
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>2023-01-27 08:57:47 -0500
committerShuah Khan <skhan@linuxfoundation.org>2023-02-13 09:09:45 -0700
commit5ad0c8e42c13623bd996e19ce76f2596e16eb0db (patch)
treeafb1d6a2f0bb157d3e033615bdf5854eb61bf72f /tools/testing/selftests/sync/Makefile
parentselftests: seccomp: Fix incorrect kernel headers search path (diff)
downloadwireguard-linux-5ad0c8e42c13623bd996e19ce76f2596e16eb0db.tar.xz
wireguard-linux-5ad0c8e42c13623bd996e19ce76f2596e16eb0db.zip
selftests: sync: Fix incorrect kernel headers search path
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+ Acked-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/sync/Makefile')
-rw-r--r--tools/testing/selftests/sync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/sync/Makefile b/tools/testing/selftests/sync/Makefile
index d0121a8a3523..df0f91bf6890 100644
--- a/tools/testing/selftests/sync/Makefile
+++ b/tools/testing/selftests/sync/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
-CFLAGS += -I../../../../usr/include/
+CFLAGS += $(KHDR_INCLUDES)
LDFLAGS += -pthread
.PHONY: all clean