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