40db28c187
Add librte_rawdev to the meson build of DPDK. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Tested-by: Shreyansh Jain <shreyansh.jain@nxp.com>
7 lines
194 B
Meson
7 lines
194 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
allow_experimental_apis = true
|
|
sources = files('rte_rawdev.c')
|
|
headers = files('rte_rawdev.h', 'rte_rawdev_pmd.h')
|