diff options
author | Winter Wang <wente.wang@nxp.com> | 2016-11-23 16:42:22 +0800 |
---|---|---|
committer | Winter Wang <wente.wang@nxp.com> | 2016-11-23 17:05:50 +0800 |
commit | ed19ae430eb769322d8b353c621a056f0b54e48a (patch) | |
tree | bea7b82182bf72586de5783b6d9affaab7f0bb50 /lib/Makefile | |
parent | 08762032aac126483ce0505834032d1aee9781a1 (diff) | |
download | u-boot-imx-ed19ae430eb769322d8b353c621a056f0b54e48a.zip u-boot-imx-ed19ae430eb769322d8b353c621a056f0b54e48a.tar.gz u-boot-imx-ed19ae430eb769322d8b353c621a056f0b54e48a.tar.bz2 |
libavb: update avb
update avb to:
https://android.googlesource.com/platform/external/avb/
commit:baf59e232e48d0111e4b38f74c60c89e6f8f0b14
Change-Id: I4bff97d5bbd819217e25367b69a220400c7095af
Signed-off-by: Winter Wang <wente.wang@nxp.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2be2aa6..64c1062 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -15,7 +15,7 @@ obj-$(CONFIG_BZIP2) += bzip2/ obj-$(CONFIG_TIZEN) += tizen/ obj-$(CONFIG_OF_LIBFDT) += libfdt/ obj-$(CONFIG_FIT) += libfdt/ -obj-$(CONFIG_AVB_SUPPORT) += libavb/ +obj-$(CONFIG_AVB_SUPPORT) += avb/ obj-$(CONFIG_AES) += aes.o obj-$(CONFIG_USB_TTY) += circbuf.o |