mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00: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>
6 lines
263 B
Makefile
6 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/
|