aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timens/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/timens/Makefile')
-rw-r--r--tools/testing/selftests/timens/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/timens/Makefile b/tools/testing/selftests/timens/Makefile
new file mode 100644
index 000000000000..b4fd9a934654
--- /dev/null
+++ b/tools/testing/selftests/timens/Makefile
@@ -0,0 +1,7 @@
+TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
+TEST_GEN_PROGS_EXTENDED := gettime_perf
+
+CFLAGS := -Wall -Werror -pthread
+LDLIBS := -lrt -ldl
+
+include ../lib.mk