blob: ce9ae4a9bed9c0211596934cf19c9c12b9633bce [file] [log] [blame]
Mario Six62120902018-09-27 09:19:33 +02001# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2018
4# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
Heinrich Schuchardtf77a6352019-01-30 07:53:31 +01005obj-y += cmd_ut_lib.o
Mario Six62120902018-09-27 09:19:33 +02006obj-y += hexdump.o
Simon Goldschmidt9f3b6272019-01-14 22:38:14 +01007obj-y += lmb.o
Heinrich Schuchardtf77a6352019-01-30 07:53:31 +01008obj-y += string.o
Heinrich Schuchardtf0266112019-10-15 21:46:04 +02009obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
AKASHI Takahirob5124e32019-11-13 09:45:02 +090010obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
AKASHI Takahirof24cd6c2020-02-21 15:13:00 +090011obj-$(CONFIG_UT_LIB_RSA) += rsa.o
Philippe Reynescb69a812020-01-06 15:22:36 +010012obj-$(CONFIG_AES) += test_aes.o