arm: dts: Update IOT2050 device tree files
[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-y += abuf.o
7 obj-$(CONFIG_EFI_LOADER) += efi_device_path.o
8 obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
9 obj-y += hexdump.o
10 obj-y += lmb.o
11 obj-y += longjmp.o
12 obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
13 obj-$(CONFIG_SSCANF) += sscanf.o
14 obj-y += string.o
15 obj-y += strlcat.o
16 obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
17 obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
18 obj-$(CONFIG_UT_LIB_RSA) += rsa.o
19 obj-$(CONFIG_AES) += test_aes.o
20 obj-$(CONFIG_GETOPT) += getopt.o
21 obj-$(CONFIG_UT_LIB_CRYPT) += test_crypt.o