blob: 78378e2a691306d06881885284bc80b4a997b4f1 (
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 not is_linux
build = false
endif
sources = files('dpaax_iova_table.c')
cflags += ['-D_GNU_SOURCE']
|