1 # SPDX-License-Identifier: GPL-2.0+
5 ifeq ($(CONFIG_SPL_BUILD),)
8 obj-$(CONFIG_EFI_LOADER) += efi_device_path.o
9 obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
11 obj-$(CONFIG_SANDBOX) += kconfig.o
14 obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
15 obj-$(CONFIG_SSCANF) += sscanf.o
18 obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
19 obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
20 obj-$(CONFIG_UT_LIB_RSA) += rsa.o
21 obj-$(CONFIG_AES) += test_aes.o
22 obj-$(CONFIG_GETOPT) += getopt.o
23 obj-$(CONFIG_CRC8) += test_crc8.o
24 obj-$(CONFIG_UT_LIB_CRYPT) += test_crypt.o
26 obj-$(CONFIG_SANDBOX) += kconfig_spl.o