summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_lpm/meson.build
blob: b563a3714a36ef2be1c11264c207b7a6bb1464a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

sources = files('rte_lpm.c', 'rte_lpm6.c')
headers = files('rte_lpm.h', 'rte_lpm6.h')
# since header files have different names, we can install all vector headers
# without worrying about which architecture we actually need
headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h')
deps += ['hash']
build = false
reason = 'not needed by SPDK'