mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-14 23:32:07 +01:00
6 lines
200 B
Makefile
6 lines
200 B
Makefile
obj-y += scmi_agent-uclass.o
|
|
obj-y += smt.o
|
|
obj-$(CONFIG_ARM_SMCCC) += smccc_agent.o
|
|
obj-$(CONFIG_DM_MAILBOX) += mailbox_agent.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox-scmi_agent.o sandbox-scmi_devices.o
|