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: sta...@dpdk.org Signed-off-by: Srikanth Yalavarthi <syalavar...@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