blob: 754e6397f2917011a56b1adc76e2b1d629c4754d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if not is_linux
build = false
reason = 'only supported on linux'
endif
deps += ['bus_dpaa']
sources = files('dpaa_mempool.c')
|