drivers: add reasons for components being disabled
[dpdk.git] / drivers / net / dpaa / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018 NXP
3
4 if not is_linux
5         build = false
6         reason = 'only supported on linux'
7 endif
8 deps += ['mempool_dpaa']
9
10 sources = files('dpaa_ethdev.c',
11                 'dpaa_rxtx.c')
12
13 allow_experimental_apis = true
14
15 install_headers('rte_pmd_dpaa.h')