summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2020-01-06 17:22:36 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 18:15:49 +0300
commitebcdb8df513e721f10c7a7623fc71d7653a116a7 (patch)
tree9767c35ff869279049663bc92569fe3f73620208 /test/lib/Makefile
parent8302d1708aef720d52942ea47bcebf9c1b8d5de0 (diff)
downloadu-boot-ebcdb8df513e721f10c7a7623fc71d7653a116a7.tar.xz
aes: add test unit for aes128
This commit add test unit for aes128. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index 72d2ec74b5..230068d5a0 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -8,3 +8,4 @@ obj-y += lmb.o
obj-y += string.o
obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
+obj-$(CONFIG_AES) += test_aes.o