# SPDX-License-Identifier: GPL-2.0-only
ccflags-y += -I$(src)			# needed for trace events

obj-$(CONFIG_ANDROID_BINDER_IPC)	+= binder_linux.o
binder_linux-y 				:= binder.o binder_alloc.o binder_netlink.o
binder_linux-$(CONFIG_ANDROID_BINDERFS)	+= binderfs.o
binder_linux-$(CONFIG_ANDROID_ALLOC_KUNIT_TEST)	+= tests/
binder_linux-$(CONFIG_ANDROID_BINDER_IPC_RUST)	+= binder/
