1
0
Fork 0
android_kernel_rockchip_tart/tools/testing/selftests/timens/Makefile
2025-06-27 00:32:42 -05:00

7 lines
197 B
Makefile

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