mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
Use XPL_ as the symbol to indicate an SPL build. This means that SPL_ is no-longer set. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
263 B
Makefile
7 lines
263 B
Makefile
obj-$(CONFIG_FIRMWARE) += firmware-uclass.o
|
|
obj-$(CONFIG_$(XPL_)ARM_PSCI_FW) += psci.o
|
|
obj-$(CONFIG_TI_SCI_PROTOCOL) += ti_sci.o
|
|
obj-$(CONFIG_SANDBOX) += firmware-sandbox.o
|
|
obj-$(CONFIG_ZYNQMP_FIRMWARE) += firmware-zynqmp.o
|
|
obj-$(CONFIG_SCMI_FIRMWARE) += scmi/
|