drivers: change indentation in build files
[dpdk.git] / drivers / common / dpaax / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 NXP
3
4 if not is_linux
5     build = false
6     reason = 'only supported on Linux'
7 endif
8
9 sources = files('dpaax_iova_table.c', 'dpaa_of.c', 'caamflib.c')
10
11 includes += include_directories('caamflib')
12
13 if cc.has_argument('-Wno-cast-qual')
14     cflags += '-Wno-cast-qual'
15 endif
16 if cc.has_argument('-Wno-pointer-arith')
17     cflags += '-Wno-pointer-arith'
18 endif