]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/crypto/qat/qat_common/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / drivers / crypto / qat / qat_common / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d8cba25d
TS
2obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
3intel_qat-objs := adf_cfg.o \
1a72d3a6 4 adf_isr.o \
d8cba25d
TS
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 \
a5733139
TS
11 adf_admin.o \
12 adf_hw_arbiter.o \
d8cba25d
TS
13 qat_crypto.o \
14 qat_algs.o \
a9905320 15 qat_asym_algs.o \
d8cba25d
TS
16 qat_uclo.o \
17 qat_hal.o
18
19intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o
d0c15bd5
TS
20intel_qat-$(CONFIG_PCI_IOV) += adf_sriov.o adf_pf2vf_msg.o \
21 adf_vf2pf_msg.o adf_vf_isr.o