summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/binderfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/filesystems/binderfs/Makefile')
-rw-r--r--tools/testing/selftests/filesystems/binderfs/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/binderfs/Makefile b/tools/testing/selftests/filesystems/binderfs/Makefile
new file mode 100644
index 000000000..c2f7cef91
--- /dev/null
+++ b/tools/testing/selftests/filesystems/binderfs/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0
+
+CFLAGS += $(KHDR_INCLUDES) -pthread
+TEST_GEN_PROGS := binderfs_test
+
+binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h
+
+include ../../lib.mk