summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_eal/ppc/meson.build
blob: f4b6d95c4208240daee18e68075c71fca60cdbcf (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>

subdir('include')

sources += files(
	'rte_cpuflags.c',
	'rte_cycles.c',
	'rte_hypervisor.c',
)