• Home
  • Docs
  • Source
  • Mailing List
  • github

U-Boot

Source Code Browser

Open Menu / drivers / firmware / scmi / Makefile

Projects

  • concept
  • u-boot

Versions

  • master
    • master
  • c2026
    • c2026.02
      • c2026.02-rc1
  • c2025
    • c2025.12
      • c2025.12-rc3
      • c2025.12
    • c2025.10
      • c2025.10-rc3
      • c2025.10-rc2
      • c2025.10
    • c2025.09
      • c2025.09-rc1
Loading...
1
2
3
4
5
6
7
8
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
concept c2025.12 Download file Top powered by Elixir