commit | 525d1d81a9348b98d14bbd6d284488cc69adb8d2 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@linaro.org> | Sun Jun 03 21:56:37 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 18 13:55:13 2018 -0400 |
tree | d4b7d21f4eb42391ae5425616ba1aa9986e142a0 | |
parent | 8b23ae25ed9e201d3b7b7bf7c3e59888e8ff8214 [diff] [blame] |
avb2.0: integrate avb 2.0 into the build system Integrate libavb into the build system. Introduce CONFIG_LIBAVB build option. Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
diff --git a/lib/Makefile b/lib/Makefile index 427d359..5f583ae 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -56,6 +56,7 @@ obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o obj-$(CONFIG_$(SPL_)LZO) += lzo/ +obj-$(CONFIG_LIBAVB) += libavb/ obj-$(CONFIG_$(SPL_TPL_)SAVEENV) += qsort.o obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += libfdt/