From: Ajit Khaparde Date: Wed, 27 Oct 2021 17:26:18 +0000 (-0700) Subject: net/bnxt: remove stale compilation option X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ff5d251f7c65d22742aa0e7673278006986c0428;hp=63741c99a6681192b4a60acce6e0b7e0810941cc;p=dpdk.git net/bnxt: remove stale compilation option Remove a stale compile option from meson build file. RTE_LIBRTE_BNXT_TF sneaked in incorrectly. Signed-off-by: Ajit Khaparde --- 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', ]