blob: e658dfc0a49e3758d30cd19354f1388dc16e1cc2 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
sources = files('rte_efd.c')
headers = files('rte_efd.h')
deps += ['ring', 'hash']
build = false
reason = 'not needed by SPDK'
|