driver_sdk_headers is used to expose headers that may be used by external drivers. Don't export ml/cnxk internal headers.
Fixes: fe83ffd9ec2e ("ml/cnxk: add skeleton") Signed-off-by: David Marchand <david.march...@redhat.com> --- drivers/ml/cnxk/meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/ml/cnxk/meson.build b/drivers/ml/cnxk/meson.build index 94fa4283b1..5bf17d8ae3 100644 --- a/drivers/ml/cnxk/meson.build +++ b/drivers/ml/cnxk/meson.build @@ -7,13 +7,6 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64') subdir_done() endif -driver_sdk_headers = files( - 'cn10k_ml_dev.h', - 'cn10k_ml_ops.h', - 'cn10k_ml_model.h', - 'cn10k_ml_ocm.h', -) - sources = files( 'cn10k_ml_dev.c', 'cn10k_ml_ops.c', -- 2.41.0