Skip to content

Commit 5bbd9b2

Browse files
committed
Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pyll crypto fix from Herbert Xu: "Fix a build failure in qat" * tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: qat - fix linking errors when PCI_IOV is disabled
2 parents 1c52cf5 + a5d8922 commit 5bbd9b2

File tree

1 file changed

+3
-2
lines changed
  • drivers/crypto/intel/qat/qat_common

1 file changed

+3
-2
lines changed

drivers/crypto/intel/qat/qat_common/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ intel_qat-objs := adf_cfg.o \
3939
adf_sysfs_rl.o \
4040
qat_uclo.o \
4141
qat_hal.o \
42-
qat_bl.o
42+
qat_bl.o \
43+
qat_mig_dev.o
4344

4445
intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o \
4546
adf_fw_counters.o \
@@ -56,6 +57,6 @@ intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o \
5657
intel_qat-$(CONFIG_PCI_IOV) += adf_sriov.o adf_vf_isr.o adf_pfvf_utils.o \
5758
adf_pfvf_pf_msg.o adf_pfvf_pf_proto.o \
5859
adf_pfvf_vf_msg.o adf_pfvf_vf_proto.o \
59-
adf_gen2_pfvf.o adf_gen4_pfvf.o qat_mig_dev.o
60+
adf_gen2_pfvf.o adf_gen4_pfvf.o
6061

6162
intel_qat-$(CONFIG_CRYPTO_DEV_QAT_ERROR_INJECTION) += adf_heartbeat_inject.o

0 commit comments

Comments
 (0)