[dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option
Ajit Khaparde
ajit.khaparde at broadcom.com
Wed Oct 27 19:26:18 CEST 2021
remove a stale compile option from meson build file.
RTE_LIBRTE_BNXT_TF sneaked in incorrectly.
Signed-off-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
---
drivers/net/bnxt/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/bnxt/meson.build b/drivers/net/bnxt/meson.build
index 81cbe0381f..09d494e90f 100644
--- a/drivers/net/bnxt/meson.build
+++ b/drivers/net/bnxt/meson.build
@@ -10,7 +10,6 @@ endif
headers = files('rte_pmd_bnxt.h')
cflags_options = [
- '-DRTE_LIBRTE_BNXT_TF',
'-DSUPPORT_CFA_HW_ALL=1',
]
--
2.30.1 (Apple Git-130)
More information about the dev
mailing list