diff options
| author | Tom Rini <[email protected]> | 2023-03-14 10:58:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-14 12:06:35 -0400 |
| commit | a5faa4a9eb45f2cc0e858622db8fabafd644085b (patch) | |
| tree | 36be30dcb8b9a6743c21f9db02ee3b8d1976180a /test/lib/Makefile | |
| parent | 20aaff677d8bc3cc2d529d859aa1ea65f5a4db7d (diff) | |
| parent | 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a (diff) | |
Merge tag 'v2023.04-rc4' into next
Prepare v2023.04-rc4
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile index 7e7922fe3b4..e0bd9e04e8f 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_UT_LIB_ASN1) += asn1.o obj-$(CONFIG_UT_LIB_RSA) += rsa.o obj-$(CONFIG_AES) += test_aes.o obj-$(CONFIG_GETOPT) += getopt.o +obj-$(CONFIG_CRC8) += test_crc8.o obj-$(CONFIG_UT_LIB_CRYPT) += test_crypt.o else obj-$(CONFIG_SANDBOX) += kconfig_spl.o |
