Reduce dependency on internal details of EAL memory subsystem, and simplify code. Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Tested-by: Santosh Shukla <santosh.shukla@caviumnetworks.com> Tested-by: Hemant Agrawal <hemant.agrawal@nxp.com> Tested-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
13 lines
264 B
Meson
13 lines
264 B
Meson
# 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
|