aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/raw/dpaa2_qdma/meson.build
blob: a2eb1d2f42e22bbe7b7f642142f58164441d7b11 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP

deps += ['rawdev', 'mempool_dpaa2', 'ring']
sources = files('dpaa2_qdma.c')

allow_experimental_apis = true

install_headers('rte_pmd_dpaa2_qdma.h')