1# SPDX-License-Identifier: GPL-2.0 2ccflags-y += -I$(src) # needed for trace events 3 4obj-$(CONFIG_ASHMEM_C) += ashmem.o 5obj-$(CONFIG_ASHMEM_RUST) += ashmem_rust.o 6ashmem_rust-objs += ashmem_rust.o ashmem_rust_exports.o 7
1# SPDX-License-Identifier: GPL-2.0 2ccflags-y += -I$(src) # needed for trace events 3 4obj-$(CONFIG_ASHMEM_C) += ashmem.o 5obj-$(CONFIG_ASHMEM_RUST) += ashmem_rust.o 6ashmem_rust-objs += ashmem_rust.o ashmem_rust_exports.o 7