]> git.droids-corp.org - dpdk.git/commitdiff
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 81cbe0381feba9e57e995502ada6271c20b67d06..09d494e90f2f17a4e969e959681db816708b7218 100644 (file)
@@ -10,7 +10,6 @@ endif
 
 headers = files('rte_pmd_bnxt.h')
 cflags_options = [
-        '-DRTE_LIBRTE_BNXT_TF',
         '-DSUPPORT_CFA_HW_ALL=1',
 ]