2018-09-27 07:19:33 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
# (C) Copyright 2018
|
|
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
2019-01-30 06:53:31 +00:00
|
|
|
obj-y += cmd_ut_lib.o
|
2021-09-25 13:03:07 +00:00
|
|
|
obj-y += abuf.o
|
2020-08-23 08:53:50 +00:00
|
|
|
obj-$(CONFIG_EFI_LOADER) += efi_device_path.o
|
2020-07-01 18:01:53 +00:00
|
|
|
obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
|
2018-09-27 07:19:33 +00:00
|
|
|
obj-y += hexdump.o
|
2019-01-14 21:38:14 +00:00
|
|
|
obj-y += lmb.o
|
2021-03-23 18:11:27 +00:00
|
|
|
obj-y += longjmp.o
|
2020-11-05 00:29:06 +00:00
|
|
|
obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
|
2020-08-21 01:56:17 +00:00
|
|
|
obj-$(CONFIG_SSCANF) += sscanf.o
|
2019-01-30 06:53:31 +00:00
|
|
|
obj-y += string.o
|
2021-03-11 05:15:43 +00:00
|
|
|
obj-y += strlcat.o
|
2019-10-15 19:46:04 +00:00
|
|
|
obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
|
2019-11-13 00:45:02 +00:00
|
|
|
obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
|
2020-02-21 06:13:00 +00:00
|
|
|
obj-$(CONFIG_UT_LIB_RSA) += rsa.o
|
2020-01-06 14:22:36 +00:00
|
|
|
obj-$(CONFIG_AES) += test_aes.o
|
2020-10-27 23:55:37 +00:00
|
|
|
obj-$(CONFIG_GETOPT) += getopt.o
|
2021-07-08 13:57:33 +00:00
|
|
|
obj-$(CONFIG_UT_LIB_CRYPT) += test_crypt.o
|