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 <sjg@chromium.org>
This commit is contained in:
parent
3c0d5ea0a5
commit
743ebe6b79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue