config: remove compatibility build defines
[dpdk.git] / drivers / common / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Cavium, Inc
3
4 if is_windows
5         subdir_done()
6 endif
7
8 std_deps = ['eal']
9 drivers = ['cpt', 'dpaax', 'iavf', 'mvep', 'octeontx', 'octeontx2', 'sfc_efx']