X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2FMakefile;h=7100541ece0011ad9184375ba02ee646b39e9139;hb=6958c3031998a34f5fb2afdd91584e40d78f09f0;hp=66584f8f48be554a2afe662433d8e05503724982;hpb=dc7df68f21093039b3ab1a1702f5b7cd3e621431;p=oweals%2Fu-boot.git diff --git a/common/Makefile b/common/Makefile index 66584f8f48..7100541ece 100644 --- a/common/Makefile +++ b/common/Makefile @@ -121,4 +121,4 @@ obj-$(CONFIG_$(SPL_)LOG_CONSOLE) += log_console.o obj-y += s_record.o obj-y += xyzModem.o -obj-$(CONFIG_LIBAVB) += avb_verify.o +obj-$(CONFIG_AVB_VERIFY) += avb_verify.o