blob: dae42863589a9b8a84c1789610b950837ff73db1 [file] [log] [blame]
Etienne Carriere02fd1262020-09-09 18:44:00 +02001obj-y += scmi_agent-uclass.o
AKASHI Takahirod1ce56a2023-10-11 19:07:00 +09002obj-y += base.o
Etienne Carriere2b412082020-09-09 18:44:01 +02003obj-y += smt.o
Patrick Delaunay39d1eee2021-10-28 19:13:15 +02004obj-$(CONFIG_SCMI_AGENT_SMCCC) += smccc_agent.o
5obj-$(CONFIG_SCMI_AGENT_MAILBOX) += mailbox_agent.o
Etienne Carriered4932bd2021-11-09 17:08:24 +01006obj-$(CONFIG_SCMI_AGENT_OPTEE) += optee_agent.o
AKASHI Takahiro8f00d022023-10-16 14:39:43 +09007obj-$(CONFIG_SCMI_POWER_DOMAIN) += pwdom.o
Etienne Carriere2d94c08fa2020-09-09 18:44:05 +02008obj-$(CONFIG_SANDBOX) += sandbox-scmi_agent.o sandbox-scmi_devices.o