On Tue, 11 Feb 2025 16:49:58 +0800 Wenbo Cao <caowe...@mucse.com> wrote:
> diff --git a/drivers/net/rnp/base/meson.build > b/drivers/net/rnp/base/meson.build > index b9db033ff6..c2ef0d05be 100644 > --- a/drivers/net/rnp/base/meson.build > +++ b/drivers/net/rnp/base/meson.build > @@ -7,6 +7,7 @@ sources = [ > 'rnp_mbx_fw.c', > 'rnp_common.c', > 'rnp_mac.c', > + 'rnp_bdq_if.c', > ] > The meson.build file ends up with conflicting indentation here. Some spaces, some tabs. The DPDK standard is to use spaces (no tabs) in meson.build