linux/tools/testing/selftests/filesystems/epoll/Makefile

# SPDX-License-Identifier: GPL-2.0

CFLAGS += $(KHDR_INCLUDES)
LDLIBS += -lpthread
TEST_GEN_PROGS := epoll_wakeup_test

include ../../lib.mk