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
|
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
|
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
|
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
|