]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/testing/selftests/timens/Makefile
x86/mce/amd: Fix kobject lifetime
[linux.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