DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ml/cnxk: don't export internal headers
@ 2023-10-18  9:15 David Marchand
  2023-10-18  9:33 ` [EXT] " Srikanth Yalavarthi
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2023-10-18  9:15 UTC (permalink / raw)
  To: dev; +Cc: jerinj, thomas, Srikanth Yalavarthi, Prince Takkar

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.marchand@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-18 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18  9:15 [PATCH] ml/cnxk: don't export internal headers David Marchand
2023-10-18  9:33 ` [EXT] " Srikanth Yalavarthi
2023-10-18 14:21   ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).