mirror of https://github.com/F-Stack/f-stack.git
13 lines
274 B
Meson
13 lines
274 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2018 NXP
|
||
|
|
||
|
version = 2
|
||
|
|
||
|
build = dpdk_conf.has('RTE_LIBRTE_DPAA2_MEMPOOL')
|
||
|
deps += ['rawdev', 'mempool_dpaa2', 'ring']
|
||
|
sources = files('dpaa2_qdma.c')
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
|
||
|
install_headers('rte_pmd_dpaa2_qdma.h')
|