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