crypto/mrvl: add missing library dependencies
authorTomasz Duszynski <tdu@semihalf.com>
Wed, 21 Mar 2018 09:44:38 +0000 (10:44 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 23 Apr 2018 15:57:55 +0000 (16:57 +0100)
commitfd54d6514ea2953b08ca88bd0b9b10f95c7a5131
tree7a375d5f3ce2e4c86dedf76cfd157d162d6ee2e6
parent914bcbb0cfec3ab296591bc82a92c3a91f5c69de
crypto/mrvl: add missing library dependencies

While trying to do a shared build one will get linkage error
since a couple of library dependencies are missing from a makefile.

At some point there was a batch update of all PMDs but mrvl crypto was
missed back then.

Necessary makefile changes were introduced in
commit cbc12b0a96f5 ("mk: do not generate LDLIBS from directory dependencies")

Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
drivers/crypto/mrvl/Makefile