mirror of https://github.com/F-Stack/f-stack.git
12 lines
293 B
Meson
12 lines
293 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
sources = files('rte_compressdev.c',
|
|
'rte_compressdev_pmd.c',
|
|
'rte_comp.c')
|
|
headers = files('rte_compressdev.h',
|
|
'rte_compressdev_pmd.h',
|
|
'rte_compressdev_internal.h',
|
|
'rte_comp.h')
|
|
deps += ['kvargs', 'mbuf']
|