]> Git Repo - u-boot.git/blame - lib/libavb/Makefile
fit: cipher: aes: allow to store the IV in the FIT image
[u-boot.git] / lib / libavb / Makefile
CommitLineData
897a1d94 1# SPDX-License-Identifier: GPL-2.0+
3330584d
IO
2#
3# (C) Copyright 2017 Linaro Limited
3330584d
IO
4
5obj-$(CONFIG_LIBAVB) += avb_chain_partition_descriptor.o avb_cmdline.o
6obj-$(CONFIG_LIBAVB) += avb_crypto.o avb_footer.o avb_hashtree_descriptor.o
7obj-$(CONFIG_LIBAVB) += avb_property_descriptor.o avb_sha256.o
8obj-$(CONFIG_LIBAVB) += avb_slot_verify.o avb_util.o avb_version.o
9obj-$(CONFIG_LIBAVB) += avb_descriptor.o avb_hash_descriptor.o
10obj-$(CONFIG_LIBAVB) += avb_kernel_cmdline_descriptor.o avb_rsa.o avb_sha512.o
11obj-$(CONFIG_LIBAVB) += avb_sysdeps_posix.o avb_vbmeta_image.o
12
13ccflags-y = -DAVB_COMPILATION
This page took 0.076163 seconds and 4 git commands to generate.