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

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

deps += ['bus_dpaa']
sources = files('dpaa_mempool.c')

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