Makefile 250 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. ccflags-y += -I$(src) # needed for trace events
  3. obj-$(CONFIG_ANDROID_BINDER_IPC_RUST) += rust_binder.o
  4. rust_binder-y := \
  5. rust_binder_main.o \
  6. rust_binderfs.o \
  7. rust_binder_events.o \
  8. page_range_helper.o