[dpdk-dev] [PATCH v3 34/34] net/ice: support meson build
Ferruh Yigit
ferruh.yigit at intel.com
Thu Dec 13 22:15:42 CET 2018
On 12/12/2018 7:00 AM, Wenzhuo Lu wrote:
> Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
> ---
> drivers/net/ice/base/meson.build | 30 ++++++++++++++++++++++++++++++
> drivers/net/ice/meson.build | 15 +++++++++++++++
> drivers/net/meson.build | 1 +
I think it is better to add meson file with on the patch Makefile added and
update in patches where required, instead of having a separate patch for it
> 3 files changed, 46 insertions(+)
> create mode 100644 drivers/net/ice/base/meson.build
> create mode 100644 drivers/net/ice/meson.build
>
> diff --git a/drivers/net/ice/base/meson.build b/drivers/net/ice/base/meson.build
> new file mode 100644
> index 0000000..5aafff3
> --- /dev/null
> +++ b/drivers/net/ice/base/meson.build
> @@ -0,0 +1,30 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2018 Intel Corporation
> +
> +sources = [
> + 'ice_controlq.c',
> + 'ice_common.c',
> + 'ice_sched.c',
> + 'ice_switch.c',
> + 'ice_nvm.c',
ice_dcb.c? It is in base folder, isn't is compiled?
<...>
> @@ -0,0 +1,15 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2018 Intel Corporation
> +
> +cflags += ['-DALLOW_EXPERIMENTAL_API']
Makefile doesn't have this flag, I guess it is not needed, base folder meson
file also has it.
More information about the dev
mailing list