xref: /linux/tools/testing/selftests/filesystems/binderfs/Makefile (revision 7c55e8efd290438e9bd95f6c3e14d3fa4f71b323)
1# SPDX-License-Identifier: GPL-2.0
2
3CFLAGS += -I../../../../../usr/include/ -pthread
4TEST_GEN_PROGS := binderfs_test
5
6binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h
7
8include ../../lib.mk
9