linux_dsm_epyc7002/tools/testing/selftests/timens/Makefile

8 lines
181 B
Makefile
Raw Normal View History

TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
TEST_GEN_PROGS_EXTENDED := gettime_perf
CFLAGS := -Wall -Werror -pthread
LDFLAGS := -lrt -ldl
include ../lib.mk