[v2,1/6] baseband/acc: fix exported header
Checks
Commit Message
rte_acc_cfg.h relies on rte_acc_common_cfg.h.
Fixes: 32e8b7ea35dd ("baseband/acc100: refactor to segregate common code")
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
drivers/baseband/acc/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
On Fri, Dec 13, 2024 at 11:50:05AM +0100, David Marchand wrote:
> rte_acc_cfg.h relies on rte_acc_common_cfg.h.
>
> Fixes: 32e8b7ea35dd ("baseband/acc100: refactor to segregate common code")
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Indeed it does depend on it!
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
@@ -26,4 +26,4 @@ deps += ['bus_pci']
sources = files('acc_common.c', 'rte_acc100_pmd.c', 'rte_vrb_pmd.c')
-headers = files('rte_acc_cfg.h')
+headers = files('rte_acc_cfg.h', 'rte_acc_common_cfg.h')