Makefile 202 B

12345678
  1. # SPDX-License-Identifier: GPL-2.0
  2. CFLAGS += $(KHDR_INCLUDES) -pthread
  3. TEST_GEN_PROGS := binderfs_test
  4. binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h
  5. include ../../lib.mk