blob: 80b6b25a868372febc3c71098272ba46f5527191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
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 = []
|