]> Git Repo - J-u-boot.git/blob - test/lib/Makefile
Add support for an owned buffer
[J-u-boot.git] / test / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2018
4 # Mario Six, Guntermann & Drunck GmbH, [email protected]
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
This page took 0.027205 seconds and 4 git commands to generate.