config: remove compatibility build defines
[dpdk.git] / drivers / raw / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018 NXP
3
4 if is_windows
5         subdir_done()
6 endif
7
8 drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
9         'ifpga', 'ioat', 'ntb',
10         'octeontx2_dma',
11         'octeontx2_ep',
12         'skeleton']
13 std_deps = ['rawdev']