aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/syscall_user_dispatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/syscall_user_dispatch/Makefile')
-rw-r--r--tools/testing/selftests/syscall_user_dispatch/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/testing/selftests/syscall_user_dispatch/Makefile b/tools/testing/selftests/syscall_user_dispatch/Makefile
new file mode 100644
index 000000000000..03c120270953
--- /dev/null
+++ b/tools/testing/selftests/syscall_user_dispatch/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0
+top_srcdir = ../../../..
+INSTALL_HDR_PATH = $(top_srcdir)/usr
+LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
+
+CFLAGS += -Wall -I$(LINUX_HDR_PATH)
+
+TEST_GEN_PROGS := sud_test sud_benchmark
+include ../lib.mk