98c4a35c73
- moved common qat files to common/qat dir. - changed common/qat/Makefile, common/qat/meson.build, drivers/Makefile, crypto/Makefile to add possibility of using new files locations - added README file into crypto/qat to clarify where the build is made from - updated MAINTAINERS file Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
8 lines
344 B
Plaintext
8 lines
344 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2015-2018 Intel Corporation
|
|
|
|
Makefile for crypto QAT PMD is in common/qat directory.
|
|
The build for the QAT driver is done from there as only one library is built for the
|
|
whole QAT pci device and that library includes all the services (crypto, compression)
|
|
which are enabled on the device.
|