aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex/functional/Makefile
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2022-01-19 15:33:32 +0500
committerShuah Khan <skhan@linuxfoundation.org>2022-02-23 17:14:36 -0700
commitcef757808666de8400d09ac11521418d8122edd5 (patch)
treec7eedf3e5d39c2c98d9f161d1211e74539e70d9a /tools/testing/selftests/futex/functional/Makefile
parentselftests/kselftest/runner.sh: Pass optional command parameters in environment (diff)
downloadlinux-dev-cef757808666de8400d09ac11521418d8122edd5.tar.xz
linux-dev-cef757808666de8400d09ac11521418d8122edd5.zip
selftests: futex: set DEFAULT_INSTALL_HDR_PATH
If only futex selftest is compiled, uapi header files are copied to the selftests/futex/functional directory. This copy isn't needed. Set the DEFAULT_INSTALL_HDR_PATH variable to 1 to use the default header install path only. This removes extra copy of header file. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/futex/functional/Makefile')
-rw-r--r--tools/testing/selftests/futex/functional/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/futex/functional/Makefile b/tools/testing/selftests/futex/functional/Makefile
index 5cc38de9d8ea..9a8c3700d773 100644
--- a/tools/testing/selftests/futex/functional/Makefile
+++ b/tools/testing/selftests/futex/functional/Makefile
@@ -24,6 +24,7 @@ TEST_PROGS := run.sh
top_srcdir = ../../../../..
KSFT_KHDR_INSTALL := 1
+DEFAULT_INSTALL_HDR_PATH := 1
include ../../lib.mk
$(TEST_GEN_FILES): $(HEADERS)