drivers/dpaa: reduce meson dependency lists
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 29 Mar 2018 13:54:36 +0000 (14:54 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 17 Apr 2018 14:09:43 +0000 (16:09 +0200)
commitb67dde5b1984a597e7319b23ff90712469b3e5c5
treeff87274625d2806ab984a4d8e5bfcc4754e40dcb
parent273d2325b682e9e3a511093162c77529c22b28d3
drivers/dpaa: reduce meson dependency lists

Meson build currently tracks the dependencies between libraries, which
can often make things easier, but has the side-effect of slowing down
the initial meson run if too many duplicated dependencies are provided.
Therefore, we remove dependencies from the dpaa items where other
dependencies already depend on those. This provides a noticable speed-up
in meson configuration runs when lots of sample apps are included in the
build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/bus/dpaa/meson.build
drivers/bus/fslmc/meson.build
drivers/crypto/dpaa2_sec/meson.build
drivers/event/dpaa/meson.build
drivers/event/dpaa2/meson.build
drivers/mempool/dpaa2/meson.build
drivers/net/dpaa/meson.build
drivers/net/dpaa2/meson.build