Acked-by: Chengwen Feng <fengcheng...@huawei.com> Thanks
On 2025/3/4 9:55, Andre Muezerie wrote: > With the outstanding issues preventing dmadev from being compiled > with MSVC being fixed, the lib can be enabled to be compiled with MSVC. > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > --- > lib/dmadev/meson.build | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/lib/dmadev/meson.build b/lib/dmadev/meson.build > index e66dcb66b0..62b0650b9b 100644 > --- a/lib/dmadev/meson.build > +++ b/lib/dmadev/meson.build > @@ -1,12 +1,6 @@ > # SPDX-License-Identifier: BSD-3-Clause > # Copyright(c) 2021 HiSilicon Limited. > > -if is_ms_compiler > - build = false > - reason = 'not supported building with Visual Studio Toolset' > - subdir_done() > -endif > - > sources = files('rte_dmadev.c', 'rte_dmadev_trace_points.c') > headers = files('rte_dmadev.h') > indirect_headers += files('rte_dmadev_core.h', 'rte_dmadev_trace_fp.h')