summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-01-17 13:23:32 -0500
committerTom Rini <[email protected]>2020-01-17 13:23:32 -0500
commit2d2f91a480f6849a8548414003d36fa030d434f1 (patch)
tree08667edb96f6a8efde767b10fabceafb746e3af7 /lib/Makefile
parentd7bb6aceb2e99a832efbb96f9bf480bf95602192 (diff)
parent4df3578119b043d76b86b50077b06898fc2a4f62 (diff)
Merge branch '2020-01-17-improve-aes-support'
- Add support and tests for AES192 and AES256
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6b7b9ce85c5..51eba80b896 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_ASN1_DECODER) += asn1_decoder.o
obj-y += crypto/
obj-$(CONFIG_AES) += aes.o
+obj-$(CONFIG_AES) += aes/
obj-$(CONFIG_$(SPL_TPL_)BINMAN_FDT) += binman.o
ifndef API_BUILD