examples/bpf: remove from list of examples to build
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 22 Oct 2019 15:43:02 +0000 (16:43 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Oct 2019 16:23:05 +0000 (17:23 +0100)
commite6d7862834e9957c62c353a5d8f813ba00607e84
treef1202cb4a7344f3cc5978da599fb02ad117b63a6
parent268fa581b1ffbd3077279c18f5a86992b747a9c0
examples/bpf: remove from list of examples to build

The examples/bpf directory does not contain an example app, but rather
example code for use with testpmd's BPF support. Therefore, we should not
attempt to build it when the user requests "examples=all". This also
synchronises the meson behaviour with make which similarly doesn't compile
up the code.

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