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

obj-$(CONFIG_ASHMEM_C)			+= ashmem.o
obj-$(CONFIG_ASHMEM_RUST)		+= ashmem_rust.o
ashmem_rust-objs += ashmem_rust.o ashmem_rust_exports.o
