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
|
2018-09-27 07:19:33 +00:00
|
|
|
obj-y += hexdump.o
|
2019-01-14 21:38:14 +00:00
|
|
|
obj-y += lmb.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
|