[PATCH v3 102/129] net/ice/base: add missing files for shared code update
Anatoly Burakov
anatoly.burakov at intel.com
Tue Jun 25 13:13:47 CEST 2024
From: Ian Stokes <ian.stokes at intel.com>
Add missing files that are present in shared code update. Although these do not
contain code add them so that shared code update matches like for like.
Signed-off-by: Ian Stokes <ian.stokes at intel.com>
---
drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} | 0
drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} | 0
drivers/net/ice/base/meson.build | 1 +
3 files changed, 1 insertion(+)
copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} (100%)
copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} (100%)
diff --git a/drivers/net/ice/base/ice_fwlog.h b/drivers/net/ice/base/ice_vf_mbx.c
similarity index 100%
copy from drivers/net/ice/base/ice_fwlog.h
copy to drivers/net/ice/base/ice_vf_mbx.c
diff --git a/drivers/net/ice/base/ice_fwlog.h b/drivers/net/ice/base/ice_vf_mbx.h
similarity index 100%
copy from drivers/net/ice/base/ice_fwlog.h
copy to drivers/net/ice/base/ice_vf_mbx.h
diff --git a/drivers/net/ice/base/meson.build b/drivers/net/ice/base/meson.build
index 5db5675856..38ddde9e8c 100644
--- a/drivers/net/ice/base/meson.build
+++ b/drivers/net/ice/base/meson.build
@@ -28,6 +28,7 @@ sources = [
'ice_parser_rt.c',
'ice_ddp.c',
'ice_fwlog.c',
+ 'ice_vf_mbx.c',
]
error_cflags = [
--
2.43.0
More information about the dev
mailing list