xref: /linux/drivers/android/binder/Makefile (revision 4f38da1f027ea2c9f01bb71daa7a299c191b6940)
1*eafedbc7SAlice Ryhl# SPDX-License-Identifier: GPL-2.0-only
2*eafedbc7SAlice Ryhlccflags-y += -I$(src)	# needed for trace events
3*eafedbc7SAlice Ryhl
4*eafedbc7SAlice Ryhlobj-$(CONFIG_ANDROID_BINDER_IPC_RUST) += rust_binder.o
5*eafedbc7SAlice Ryhlrust_binder-y := \
6*eafedbc7SAlice Ryhl	rust_binder_main.o	\
7*eafedbc7SAlice Ryhl	rust_binderfs.o		\
8*eafedbc7SAlice Ryhl	rust_binder_events.o	\
9*eafedbc7SAlice Ryhl	page_range_helper.o
10