mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 12:18:55 +00:00
fc358b1a76
In this patch, added are helper functions to directly manipulate SCMI power domain management protocol. DM compliant power domain driver will be implemented on top of those interfaces in a succeeding patch. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
8 lines
323 B
Makefile
8 lines
323 B
Makefile
obj-y += scmi_agent-uclass.o
|
|
obj-y += base.o
|
|
obj-y += smt.o
|
|
obj-$(CONFIG_SCMI_AGENT_SMCCC) += smccc_agent.o
|
|
obj-$(CONFIG_SCMI_AGENT_MAILBOX) += mailbox_agent.o
|
|
obj-$(CONFIG_SCMI_AGENT_OPTEE) += optee_agent.o
|
|
obj-$(CONFIG_SCMI_POWER_DOMAIN) += pwdom.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox-scmi_agent.o sandbox-scmi_devices.o
|