aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_efd/meson.build
blob: 07fb1c29a755d531cbc497a7dda86380bfa5a649 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

sources = files('rte_efd.c')
headers = files('rte_efd.h')
deps += ['ring', 'hash']