summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timens/Makefile
blob: 40f630d46ca8131d539d9c0240ae26362d062027 (plain)
1
2
3
4
5
6
TEST_GEN_PROGS := timens timerfd clock_nanosleep

CFLAGS := -Wall -Werror -pthread
LDFLAGS := -lrt

include ../lib.mk