Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 CFLAGS += -I../../../../../usr/include/ -pthread
0004 TEST_GEN_PROGS := binderfs_test
0005 
0006 binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h
0007 
0008 include ../../lib.mk