mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
cdd7486616
Introduce a new macro SPL_ARM_PSCI_FW Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
4 lines
175 B
Makefile
4 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
|