2019-11-01 15:21:38 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2018 Vladimir Medvedkin <medvedkinv@gmail.com>
|
|
|
|
# Copyright(c) 2019 Intel Corporation
|
|
|
|
|
|
|
|
allow_experimental_apis = true
|
2019-11-01 15:21:41 +00:00
|
|
|
sources = files('rte_fib.c', 'rte_fib6.c', 'dir24_8.c', 'trie.c')
|
2019-11-01 15:21:39 +00:00
|
|
|
headers = files('rte_fib.h', 'rte_fib6.h')
|
2019-11-01 15:21:38 +00:00
|
|
|
deps += ['rib']
|