lib: do not build OID registry in SPL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 15 Apr 2020 16:46:19 +0000 (18:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 14:51:32 +0000 (10:51 -0400)
commit4f4d526f593de46a165342259c9cb9648c1e70d8
treed8fb9bed2d475fa86f73ea461c44931fae915703
parentb21c08a12b8ebeea0cb77830d662ee118245774e
lib: do not build OID registry in SPL

The OID registry is only used by crypto functions that are not built in
SPL. So we should not build it in SPL.

Fixes: a9b45e6e8382 ("lib: add oid registry utility")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
lib/Makefile