aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mempool/dpaa2/meson.build
blob: 6b6ead617ee7a8f42f1af4dc8ff12c2bfd2f4aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP

version = 2

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

deps += ['bus_fslmc']
sources = files('dpaa2_hw_mempool.c')

# depends on fslmc bus which uses experimental API
allow_experimental_apis = true