Skip to content

Commit

Permalink
common/cnxk: remove dead Meson code
Browse files Browse the repository at this point in the history
[ upstream commit 9b99bf003793fe3e2108ea8f2fdef555542730d9 ]

config_flag_fmt was used in the past and was dropped with commit
762bfcc ("config: remove compatibility build defines").

Fixes: fa8f86a ("common/cnxk: add build infrastructre and HW definition")

Signed-off-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
david-marchand authored and kevintraynor committed Oct 31, 2023
1 parent e50b654 commit 8816d35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/common/cnxk/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
subdir_done()
endif

config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
deps = ['eal', 'pci', 'bus_pci', 'mbuf', 'security']
sources = files(
'roc_ae.c',
Expand Down

0 comments on commit 8816d35

Please sign in to comment.