]> Git Repo - J-u-boot.git/blob - test/lib/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
[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 ifeq ($(CONFIG_SPL_BUILD),)
6 obj-y += cmd_ut_lib.o
7 obj-y += abuf.o
8 obj-$(CONFIG_EFI_LOADER) += efi_device_path.o
9 obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
10 obj-y += hexdump.o
11 obj-$(CONFIG_SANDBOX) += kconfig.o
12 obj-y += lmb.o
13 obj-y += longjmp.o
14 obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
15 obj-$(CONFIG_SSCANF) += sscanf.o
16 obj-y += string.o
17 obj-y += strlcat.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
25 else
26 obj-$(CONFIG_SANDBOX) += kconfig_spl.o
27 endif
This page took 0.028071 seconds and 4 git commands to generate.