examples/ethtool: build as part of meson build
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 22 Oct 2019 15:43:03 +0000 (16:43 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Oct 2019 16:23:13 +0000 (17:23 +0100)
commit55bd294cb074e3bcfacf2da2fe7fc9d666665498
tree92232a47cffe979b39a8406bbd45b4c7dfdb5e88
parente6d7862834e9957c62c353a5d8f813ba00607e84
examples/ethtool: build as part of meson build

Since the code for the ethtool example was contained in subdirectories the
compilation of this example is different from most of the other apps, and
it had not been abled when the user requests a build with "-Dexamples=all".

To simplify the build with meson, the separate ethtool library is not build
separately, rather the app is built as a single entity.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
examples/ethtool/meson.build