]> git.droids-corp.org - dpdk.git/commitdiff
dma/cnxk: fix installing internal headers
authorSrikanth Yalavarthi <syalavarthi@marvell.com>
Wed, 26 Jan 2022 05:49:34 +0000 (21:49 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jan 2022 17:11:11 +0000 (18:11 +0100)
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: 53f6d7328bf4 ("dma/cnxk: create and initialize device on PCI probing")
Cc: stable@dpdk.org
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Radha Mohan Chintakuntla <radhac@marvell.com>
drivers/dma/cnxk/meson.build

index 633e92a20d0482d60ca6f884e02a4ee9dcf0d2c6..d4be4ee860d83da6c123adf9299372ffdb60f9ec 100644 (file)
@@ -3,4 +3,3 @@
 
 deps += ['bus_pci', 'common_cnxk', 'dmadev']
 sources = files('cnxk_dmadev.c')
-headers = files('cnxk_dmadev.h')