blob: 8e5418bd6482936bd20cec0c5473560f64aed26b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if not is_linux
build = false
endif
deps += ['mempool_dpaa']
sources = files('dpaa_ethdev.c',
'dpaa_rxtx.c')
allow_experimental_apis = true
install_headers('rte_pmd_dpaa.h')
|