configure/Makefile: engine LIBS consistency
authorYigal Korman <ykorman@gmail.com>
Fri, 3 Jul 2020 12:38:41 +0000 (15:38 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Jul 2020 14:28:27 +0000 (08:28 -0600)
commit439c45afa8c1a47edb1cd928be692b9e0ba7728a
treeed75287ed2255d7310ee2bff5d5395856da7f97e
parent685e367e4d22a8c9aeb3e1e89e23d7df520b2804
configure/Makefile: engine LIBS consistency

Some engines were adding their LIBS in the Makefile and some were
declaring them in the configure script.
This is inconsistent and confusing and prevents easy bulk changes to the
engines.

Signed-off-by: Yigal Korman <ykorman@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
configure