a315e7786b1a1fd6a4325a469d72ee3edf6feb4b
[dpdk.git] / drivers / common / dpaax / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 NXP
3
4 allow_experimental_apis = true
5
6 if not is_linux
7         build = false
8         reason = 'only supported on linux'
9 endif
10
11 sources = files('dpaax_iova_table.c')
12
13 cflags += ['-D_GNU_SOURCE']