numam-dpdk/examples/ethtool
Bruce Richardson 3495a68f2a examples: stop processing meson file if build impossible
Once it has been determined that an example cannot be built, there is
little point in continuing to process the meson.build file for that
example, so we can use subdir_done() to return to the calling file.
This can potentially prevent problems where later statement in the file
may cause an error on systems where the app cannot be built, e.g. on
Windows or FreeBSD.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2020-11-12 19:33:36 +01:00
..
ethtool-app cmdline: avoid name clash with Windows system types 2020-11-05 17:49:00 +01:00
lib examples: fix linking against specific drivers 2020-10-30 14:33:36 +01:00
Makefile examples/ethtool: convert to pkg-config-based build 2020-09-07 23:51:57 +02:00
meson.build examples: stop processing meson file if build impossible 2020-11-12 19:33:36 +01:00