commit | 3a888714ae750a7fd2dfee5f35c0a70bb4d7d9ca | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Nov 13 09:44:55 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 16:44:20 2019 -0500 |
tree | ad28f8d82006e18946502646e4a62b8163f40a12 | |
parent | 147240417c4976614d8fd0a94d966b0686f96a2e [diff] [blame] |
lib: add asn1 decoder Imported from linux kernel v5.3: lib/asn1_decoder.c with changes marked as __UBOOT__ Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
diff --git a/lib/Makefile b/lib/Makefile index 90d4425..f69c013 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_CMD_DHRYSTONE) += dhry/ obj-$(CONFIG_ARCH_AT91) += at91/ obj-$(CONFIG_OPTEE) += optee/ +obj-$(CONFIG_ASN1_DECODER) += asn1_decoder.o obj-$(CONFIG_AES) += aes.o