blob: c3f479afa1d49683f35f19b2316cf31c517b01e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if not is_linux
build = false
reason = 'only supported on linux'
endif
deps += ['bus_fslmc']
sources = files('dpaa2_hw_mempool.c')
install_headers('rte_dpaa2_mempool.h')
|