Rtwo/kernel/motorola/sm8550/drivers/firmware/arm_ffa/Makefile

7 lines
245 B
Makefile
Raw Normal View History

2025-09-30 20:22:48 -04:00
# SPDX-License-Identifier: GPL-2.0-only
ffa-bus-y = bus.o
ffa-driver-y = driver.o
ffa-transport-$(CONFIG_ARM_FFA_SMCCC) += smccc.o
ffa-module-objs := $(ffa-bus-y) $(ffa-driver-y) $(ffa-transport-y)
obj-$(CONFIG_ARM_FFA_TRANSPORT) = ffa-module.o