summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-11-13 09:44:55 +0900
committerTom Rini <trini@konsulko.com>2019-12-06 16:44:20 -0500
commitab8a0e069dbe2db51bc762a1b03d2cda8a118196 (patch)
treead28f8d82006e18946502646e4a62b8163f40a12 /lib/Makefile
parented3dead9b7f70ca895e98a6b3eebcc1ae041bc31 (diff)
downloadu-boot-ab8a0e069dbe2db51bc762a1b03d2cda8a118196.tar.gz
u-boot-ab8a0e069dbe2db51bc762a1b03d2cda8a118196.tar.xz
u-boot-ab8a0e069dbe2db51bc762a1b03d2cda8a118196.zip
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>
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 90d4425bd6..f69c0131e8 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_OF_LIVE) += of_live.o
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