crypto/null: build with meson
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 29 Aug 2017 16:20:14 +0000 (17:20 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 16:49:16 +0000 (17:49 +0100)
commitdcadbbde8e613443e42802526044fe8691bf3ead
tree7f6d77e81f025d0691b703c08919b6cc1151a0eb
parent59c5d4505018eddde1576858f1cada28032f4000
crypto/null: build with meson

Add in a crypto driver class, and implement compiling the null crypto
instance.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: Luca Boccassi <luca.boccassi@gmail.com>
drivers/crypto/meson.build [new file with mode: 0644]
drivers/crypto/null/meson.build [new file with mode: 0644]
drivers/meson.build