mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 03:06:59 +02:00
Introduce a new macro SPL_ARM_PSCI_FW Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
5 lines
175 B
Makefile
5 lines
175 B
Makefile
obj-$(CONFIG_FIRMWARE) += firmware-uclass.o
|
|
obj-$(CONFIG_$(SPL_)ARM_PSCI_FW) += psci.o
|
|
obj-$(CONFIG_TI_SCI_PROTOCOL) += ti_sci.o
|
|
obj-$(CONFIG_SANDBOX) += firmware-sandbox.o
|