]> git.droids-corp.org - dpdk.git/commit
buildtools/chkincs: remove unnecessary linkage
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 11 Feb 2022 11:36:40 +0000 (11:36 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 12 Feb 2022 13:26:16 +0000 (14:26 +0100)
commitb93ad98c3544f125b86f073c999c09ad958c4bb3
tree4d850b6d12088b0c8738cc57625e3185fa69fa7a
parent06c047b680615678bb8773faaec53156ade94770
buildtools/chkincs: remove unnecessary linkage

The chkincs binary does not actually call any functions in either libs
or drivers, so we can simplify the linkage of it to just using shared
linkage of the libraries (via meson dependencies). This means a slightly
faster link time as well as making the chkincs binary much, much
smaller.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
buildtools/chkincs/meson.build