]> Git Repo - linux.git/blob - drivers/firmware/arm_ffa/Makefile
ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn
[linux.git] / drivers / firmware / arm_ffa / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 ffa-bus-y = bus.o
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
This page took 0.034511 seconds and 4 git commands to generate.