Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / test / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2018
4 # Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5 obj-y += cmd_ut_lib.o
6 obj-$(CONFIG_EFI_LOADER) += efi_device_path.o
7 obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
8 obj-y += hexdump.o
9 obj-y += lmb.o
10 obj-y += sscanf.o
11 obj-y += string.o
12 obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
13 obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
14 obj-$(CONFIG_UT_LIB_RSA) += rsa.o
15 obj-$(CONFIG_AES) += test_aes.o