numam-dpdk/drivers/common/qat/meson.build
Bruce Richardson 530588f3cd drivers: add reasons for components being disabled
For each driver where we optionally disable it, add in the reason why it's
being disabled, so the user knows how to fix it.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-07-02 23:21:11 +02:00

16 lines
447 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017-2018 Intel Corporation
# This does not build a driver, but instead holds common files for
# the crypto and compression drivers.
build = false
reason = '' # sentinal value to suppress printout
qat_deps = ['bus_pci']
qat_sources = files('qat_common.c',
'qat_qp.c',
'qat_device.c',
'qat_logs.c')
qat_includes = [include_directories('.', 'qat_adf')]
qat_ext_deps = []
qat_cflags = []