From: Srikanth Yalavarthi Date: Wed, 26 Jan 2022 05:49:34 +0000 (-0800) Subject: dma/cnxk: fix installing internal headers X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d91998ff68fe23f351523235e5f37ec679de6b65;p=dpdk.git 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: 53f6d7328bf4 ("dma/cnxk: create and initialize device on PCI probing") Cc: stable@dpdk.org Signed-off-by: Srikanth Yalavarthi Acked-by: Radha Mohan Chintakuntla --- 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')