Merge tag 'omap-for-v5.7/defconfig-signed' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / tools / testing / selftests / timens / Makefile
CommitLineData
a750c747 1TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
1854b97e 2TEST_GEN_PROGS_EXTENDED := gettime_perf
61c57676 3
46e00343 4CFLAGS := -Wall -Werror -pthread
3e839363 5LDLIBS := -lrt -ldl
61c57676
DS
6
7include ../lib.mk