brintos

brintos / linux-shallow public Read only

0
0
Text · 266 B · c9d3d0c Raw
7 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2ccflags-y += -I$(src)			# needed for trace events3 4obj-$(CONFIG_ANDROID_BINDERFS)		+= binderfs.o5obj-$(CONFIG_ANDROID_BINDER_IPC)	+= binder.o binder_alloc.o6obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o7