mirror of https://github.com/F-Stack/f-stack.git
9 lines
240 B
Meson
9 lines
240 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Cavium, Inc
|
||
|
|
||
|
sources = files('cpt_pmd_ops_helper.c')
|
||
|
|
||
|
deps = ['kvargs', 'pci', 'cryptodev']
|
||
|
includes += include_directories('../../crypto/octeontx')
|
||
|
allow_experimental_apis = true
|