Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / crypto / qat / qat_common / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
3 intel_qat-objs := adf_cfg.o \
4         adf_isr.o \
5         adf_ctl_drv.o \
6         adf_dev_mgr.o \
7         adf_init.o \
8         adf_accel_engine.o \
9         adf_aer.o \
10         adf_transport.o \
11         adf_admin.o \
12         adf_hw_arbiter.o \
13         qat_crypto.o \
14         qat_algs.o \
15         qat_asym_algs.o \
16         qat_uclo.o \
17         qat_hal.o
18
19 intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o
20 intel_qat-$(CONFIG_PCI_IOV) += adf_sriov.o adf_pf2vf_msg.o \
21                                adf_vf2pf_msg.o adf_vf_isr.o