> -----Original Message-----
> From: Srikanth Yalavarthi <[email protected]>
> Sent: Tuesday, January 25, 2022 9:50 PM
> To: Radha Chintakuntla <[email protected]>; Veerasenareddy Burru
> <[email protected]>
> Cc: [email protected]; [email protected]; Jerin Jacob Kollanukkaran
> <[email protected]>; Shivah Shankar Shankar Narayan Rao
> <[email protected]>; Srikanth Yalavarthi
> <[email protected]>
> Subject: [PATCH v3 1/1] dma/cnxk: fix installing internal cnxk DMA headers
>
> 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: [email protected]
>
> Signed-off-by: Srikanth Yalavarthi <[email protected]>
Acked-by: Radha Mohan Chintakuntla <[email protected]>
> ---
> 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