Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
[linux-2.6-microblaze.git] / tools / testing / selftests / timens / Makefile
1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
2 TEST_GEN_PROGS_EXTENDED := gettime_perf
3
4 CFLAGS := -Wall -Werror -pthread
5 LDFLAGS := -lrt -ldl
6
7 include ../lib.mk