diff options
Diffstat (limited to 'src/seastar/dpdk/examples/bpf/meson.build')
-rw-r--r-- | src/seastar/dpdk/examples/bpf/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/seastar/dpdk/examples/bpf/meson.build b/src/seastar/dpdk/examples/bpf/meson.build new file mode 100644 index 000000000..0a817aaea --- /dev/null +++ b/src/seastar/dpdk/examples/bpf/meson.build @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2019 Intel Corporation + +# This contains BPF example code for use in testing BPF with testpmd, +# therefore it should not be built as part of a meson build. +build=false |