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

sources = files('rte_distributor.c', 'rte_distributor_single.c')
if arch_subdir == 'x86'
	sources += files('rte_distributor_match_sse.c')
else
	sources += files('rte_distributor_match_generic.c')
endif
headers = files('rte_distributor.h')
deps += ['mbuf']
build = false
reason = 'not needed by SPDK'