aboutsummaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-10 21:14:25 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:27:54 -0400
commit0c6bdbb97c5c7d233145de594325b9fbe1beb8bb (patch)
tree94d46ef1a83ded58ac1cee8cdb0ec3318a858e98 /drivers/Makefile
parent933b2f09cbbb7b01af415d204b712b3f93c04dde (diff)
downloadu-boot-0c6bdbb97c5c7d233145de594325b9fbe1beb8bb.zip
u-boot-0c6bdbb97c5c7d233145de594325b9fbe1beb8bb.tar.gz
u-boot-0c6bdbb97c5c7d233145de594325b9fbe1beb8bb.tar.bz2
Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO
Rename this option so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 742a547..edff823 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -39,7 +39,7 @@ ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_BOOTCOUNT_LIMIT) += bootcount/
obj-$(CONFIG_SPL_CACHE_SUPPORT) += cache/
obj-$(CONFIG_SPL_CPU) += cpu/
-obj-$(CONFIG_SPL_CRYPTO_SUPPORT) += crypto/
+obj-$(CONFIG_SPL_CRYPTO) += crypto/
obj-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += ddr/fsl/
obj-$(CONFIG_ARMADA_38X) += ddr/marvell/a38x/
obj-$(CONFIG_ARMADA_XP) += ddr/marvell/axp/