dma/cnxk: fix installing internal 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: stable@dpdk.org
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Radha Mohan Chintakuntla <radhac@marvell.com>
This commit is contained in:
parent
fdcc8970bc
commit
d91998ff68
@ -3,4 +3,3 @@
|
||||
|
||||
deps += ['bus_pci', 'common_cnxk', 'dmadev']
|
||||
sources = files('cnxk_dmadev.c')
|
||||
headers = files('cnxk_dmadev.h')
|
||||
|
Loading…
Reference in New Issue
Block a user