xref: /aosp_15_r20/external/linux-kselftest/tools/testing/selftests/timens/Makefile (revision 053f45be4e351dfd5e965df293cd45b779f579ee)
1TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
2TEST_GEN_PROGS_EXTENDED := gettime_perf
3
4CFLAGS := -Wall -Werror -pthread
5LDLIBS := -lrt -ldl
6
7include ../lib.mk
8