aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/common/dpaax/meson.build
blob: 98a1bdd488bacd9ad4cd5dd295294228910dac6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 NXP

allow_experimental_apis = true

if host_machine.system() != 'linux'
        build = false
endif

sources = files('dpaax_iova_table.c')

cflags += ['-D_GNU_SOURCE']