diff options
| author | Bruce Richardson <[email protected]> | 2018-03-29 14:54:31 +0100 |
|---|---|---|
| committer | Bruce Richardson <[email protected]> | 2018-04-17 16:09:43 +0200 |
| commit | e89335c0f880b7631c565d283cb5c565b3146383 (patch) | |
| tree | 1a4caf9380436f9c6581fea2d572d12a2b886549 /examples/server_node_efd | |
| parent | 629dbf2aa37a070dede337acf273e11a25e96001 (diff) | |
examples: add empty meson files for unsupported ones
A number of example apps are not supported by the meson build system yet,
but to allow future testing with "-Dexamples=all" we add in a placeholder
meson.build file indicating that the apps should not be built.
Signed-off-by: Bruce Richardson <[email protected]>
Tested-by: Harry van Haaren <[email protected]>
Diffstat (limited to 'examples/server_node_efd')
| -rw-r--r-- | examples/server_node_efd/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/server_node_efd/meson.build b/examples/server_node_efd/meson.build new file mode 100644 index 0000000000..c370d7476f --- /dev/null +++ b/examples/server_node_efd/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false |
