DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 1/1] dma/cnxk: fix installing internal cnxk DMA headers
@ 2022-01-26  5:45 Srikanth Yalavarthi
  0 siblings, 0 replies; only message in thread
From: Srikanth Yalavarthi @ 2022-01-26  5:45 UTC (permalink / raw)
  To: Radha Mohan Chintakuntla, Veerasenareddy Burru
  Cc: dev, stable, jerinj, sshankarnara, Srikanth Yalavarthi

DMA module internal header files are currently being installed to the
prefix directory. This patch updates DMA meson config file to exclude
internal headers during install stage.

Fixes: 53f6d7328b (dma/cnxk: create and initialize device on PCI probing)
Cc: stable@dpdk.org

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
---
 drivers/dma/cnxk/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/cnxk/meson.build b/drivers/dma/cnxk/meson.build
index 633e92a20d..d4be4ee860 100644
--- a/drivers/dma/cnxk/meson.build
+++ b/drivers/dma/cnxk/meson.build
@@ -3,4 +3,3 @@
 
 deps += ['bus_pci', 'common_cnxk', 'dmadev']
 sources = files('cnxk_dmadev.c')
-headers = files('cnxk_dmadev.h')
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-26  5:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26  5:45 [PATCH v2 1/1] dma/cnxk: fix installing internal cnxk DMA headers Srikanth Yalavarthi

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).