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