aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/ptrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/ptrace/Makefile')
-rw-r--r--tools/testing/selftests/ptrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/ptrace/Makefile b/tools/testing/selftests/ptrace/Makefile
index 2f1f532c39db..1c631740a730 100644
--- a/tools/testing/selftests/ptrace/Makefile
+++ b/tools/testing/selftests/ptrace/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
-CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
+CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
-TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess
+TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess get_set_sud
include ../lib.mk