aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/epoll/Makefile
blob: e62f3d4f68da484405a5ae869ef9a40b500c7b46 (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0

CFLAGS += -I../../../../../usr/include/
LDFLAGS += -lpthread
TEST_GEN_PROGS := epoll_wakeup_test

include ../../lib.mk