blob: 62dec7b04d5514ddabd6d9d5105e556c3b028f1d (
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 host_machine.system() != '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')
|