blob: 90bab6069744ff60c70503dde7067c218b8f1f35 (
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_fslmc']
sources = files('dpaa2_hw_mempool.c')
# depends on fslmc bus which uses experimental API
allow_experimental_apis = true
|