From: Simon Glass Date: Sat, 30 Apr 2022 06:56:49 +0000 (-0600) Subject: avb: Don't build in SPL X-Git-Tag: baikal/mips/sdk5.9~3^2~70^2~8 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=9d413af1b067ce103e0c6e2dbc9687451697ffd1;p=uboot.git avb: Don't build in SPL This feature is not used in SPL at present. Update the Makefile to avoid it being built. Signed-off-by: Simon Glass --- diff --git a/common/Makefile b/common/Makefile index cc2ba30c63..75c24e3249 100644 --- a/common/Makefile +++ b/common/Makefile @@ -112,7 +112,7 @@ obj-y += s_record.o obj-$(CONFIG_CMD_LOADB) += xyzModem.o obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o -obj-$(CONFIG_AVB_VERIFY) += avb_verify.o +obj-$(CONFIG_$(SPL_TPL_)AVB_VERIFY) += avb_verify.o obj-$(CONFIG_$(SPL_TPL_)STACKPROTECTOR) += stackprot.o obj-$(CONFIG_SCP03) += scp03.o