numam-dpdk/drivers/net/dpaa2/meson.build
Hemant Agrawal b4a63e605d bus/fslmc: upgrade mc FW APIs to 10.10.0
This patch add the support for new Management Complex
Firmware version to 10.1x.x. One of the main changes in
the APIs ordered queue.

The fslmc bus lib ABI will need to be bumped to reflect
the MC FW API and structure changes.

This will also result in bumping of ABI verion of all dependent
libs as they internally use the MC FW APIs and structures.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2018-10-16 14:54:25 +02:00

21 lines
404 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if host_machine.system() != 'linux'
build = false
endif
deps += ['mempool_dpaa2']
sources = files('base/dpaa2_hw_dpni.c',
'dpaa2_ethdev.c',
'dpaa2_rxtx.c',
'mc/dpkg.c',
'mc/dpni.c')
includes += include_directories('base', 'mc')
# depends on fslmc bus which uses experimental API
allow_experimental_apis = true