Makefile 263 B

123456
  1. obj-y += scmi_agent-uclass.o
  2. obj-y += smt.o
  3. obj-$(CONFIG_SCMI_AGENT_SMCCC) += smccc_agent.o
  4. obj-$(CONFIG_SCMI_AGENT_MAILBOX) += mailbox_agent.o
  5. obj-$(CONFIG_SCMI_AGENT_OPTEE) += optee_agent.o
  6. obj-$(CONFIG_SANDBOX) += sandbox-scmi_agent.o sandbox-scmi_devices.o