Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: GPL-2.0 2 3CFLAGS += $(KHDR_INCLUDES) -pthread 4TEST_GEN_PROGS := binderfs_test 5 6binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h 7 8include ../../lib.mk