1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
18 'opae_ifpga_hw_api.c',
21 'opae_spi_transaction.c',
28 rtdep = dependency('librt', required: false)
30 rtdep = cc.find_library('librt', required: false)
34 reason = 'missing dependency, "librt"'
40 base_lib = static_library('ifpga_rawdev_base', sources,
41 dependencies: static_rte_eal,
43 base_objs = base_lib.extract_all_objects()