mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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
|