xref: /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunTEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
2*4882a593SmuzhiyunTEST_GEN_PROGS_EXTENDED := gettime_perf
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunCFLAGS := -Wall -Werror -pthread
5*4882a593SmuzhiyunLDLIBS := -lrt -ldl
6*4882a593Smuzhiyun
7*4882a593Smuzhiyuninclude ../lib.mk
8