net/bnxt: remove stale compilation option
authorAjit Khaparde <ajit.khaparde@broadcom.com>
Wed, 27 Oct 2021 17:26:18 +0000 (10:26 -0700)
committerAjit Khaparde <ajit.khaparde@broadcom.com>
Thu, 28 Oct 2021 17:58:54 +0000 (19:58 +0200)
Remove a stale compile option from meson build file.
RTE_LIBRTE_BNXT_TF sneaked in incorrectly.

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/meson.build

index 81cbe03..09d494e 100644 (file)
@@ -10,7 +10,6 @@ endif
 
 headers = files('rte_pmd_bnxt.h')
 cflags_options = [
-        '-DRTE_LIBRTE_BNXT_TF',
         '-DSUPPORT_CFA_HW_ALL=1',
 ]