mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +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>
1 line
52 B
Makefile
1 line
52 B
Makefile
obj-$(CONFIG_$(XPL_)ECDSA_VERIFY) += ecdsa-verify.o
|