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

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

include ../../lib.mk