1# SPDX-License-Identifier: GPL-2.0-only
2ffa-bus-y = bus.o
3ffa-driver-y = driver.o
4ffa-transport-$(CONFIG_ARM_FFA_SMCCC) += smccc.o
5ffa-module-objs := $(ffa-bus-y) $(ffa-driver-y) $(ffa-transport-y)
6obj-$(CONFIG_ARM_FFA_TRANSPORT) = ffa-module.o
7