2019-01-17 11:48:54 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
2020-03-13 15:24:20 +00:00
|
|
|
CFLAGS += -I../../../../../usr/include/ -pthread
|
2019-01-17 11:48:54 +00:00
|
|
|
TEST_GEN_PROGS := binderfs_test
|
|
|
|
|
2020-03-13 15:24:18 +00:00
|
|
|
binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h
|
|
|
|
|
2019-01-17 11:48:54 +00:00
|
|
|
include ../../lib.mk
|