]> Git Repo - linux.git/blob - tools/testing/selftests/timens/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / tools / testing / selftests / timens / Makefile
1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
2 TEST_GEN_PROGS_EXTENDED := gettime_perf
3
4 CFLAGS := -Wall -Werror -pthread
5 LDLIBS := -lrt -ldl
6
7 include ../lib.mk
This page took 0.044456 seconds and 4 git commands to generate.