aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/epoll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/filesystems/epoll/Makefile')
-rw-r--r--tools/testing/selftests/filesystems/epoll/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/epoll/Makefile b/tools/testing/selftests/filesystems/epoll/Makefile
new file mode 100644
index 000000000000..e62f3d4f68da
--- /dev/null
+++ b/tools/testing/selftests/filesystems/epoll/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0
+
+CFLAGS += -I../../../../../usr/include/
+LDFLAGS += -lpthread
+TEST_GEN_PROGS := epoll_wakeup_test
+
+include ../../lib.mk