1# SPDX-License-Identifier: GPL-2.0-only 2obj-y = scmi-bus.o scmi-driver.o scmi-protocols.o scmi-transport.o 3scmi-bus-y = bus.o 4scmi-driver-y = driver.o 5scmi-transport-y = shmem.o 6scmi-transport-$(CONFIG_MAILBOX) += mailbox.o 7scmi-transport-$(CONFIG_ARM_PSCI_FW) += smc.o 8scmi-protocols-y = base.o clock.o perf.o power.o reset.o sensors.o 9obj-$(CONFIG_ARM_SCMI_POWER_DOMAIN) += scmi_pm_domain.o 10