Skip to content

Commit 3af4e7f

Browse files
gcabidduherbertx
authored andcommitted
crypto: qat - reorder objects in qat_common Makefile
The objects in the qat_common Makefile are currently listed in a random order. Reorder the objects alphabetically to make it easier to find where to add a new object. Signed-off-by: Giovanni Cabiddu <[email protected]> Reviewed-by: Ahsan Atta <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent a4f95a2 commit 3af4e7f

File tree

1 file changed

+33
-33
lines changed
  • drivers/crypto/intel/qat/qat_common

1 file changed

+33
-33
lines changed
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
33
ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE='"CRYPTO_QAT"'
4-
intel_qat-y := adf_cfg.o \
5-
adf_isr.o \
6-
adf_ctl_drv.o \
4+
intel_qat-y := adf_accel_engine.o \
5+
adf_admin.o \
6+
adf_aer.o \
7+
adf_cfg.o \
78
adf_cfg_services.o \
9+
adf_clock.o \
10+
adf_ctl_drv.o \
811
adf_dev_mgr.o \
9-
adf_init.o \
10-
adf_accel_engine.o \
11-
adf_aer.o \
12-
adf_transport.o \
13-
adf_admin.o \
14-
adf_hw_arbiter.o \
15-
adf_sysfs.o \
16-
adf_sysfs_ras_counters.o \
12+
adf_gen2_config.o \
13+
adf_gen2_dc.o \
1714
adf_gen2_hw_csr_data.o \
1815
adf_gen2_hw_data.o \
19-
adf_gen2_config.o \
2016
adf_gen4_config.o \
17+
adf_gen4_dc.o \
2118
adf_gen4_hw_csr_data.o \
2219
adf_gen4_hw_data.o \
23-
adf_gen4_vf_mig.o \
2420
adf_gen4_pm.o \
25-
adf_gen2_dc.o \
26-
adf_gen4_dc.o \
2721
adf_gen4_ras.o \
2822
adf_gen4_timer.o \
29-
adf_clock.o \
23+
adf_gen4_vf_mig.o \
24+
adf_hw_arbiter.o \
25+
adf_init.o \
26+
adf_isr.o \
3027
adf_mstate_mgr.o \
31-
qat_crypto.o \
32-
qat_compression.o \
33-
qat_comp_algs.o \
34-
qat_algs.o \
35-
qat_asym_algs.o \
36-
qat_algs_send.o \
37-
adf_rl.o \
3828
adf_rl_admin.o \
29+
adf_rl.o \
30+
adf_sysfs.o \
31+
adf_sysfs_ras_counters.o \
3932
adf_sysfs_rl.o \
40-
qat_uclo.o \
41-
qat_hal.o \
33+
adf_transport.o \
34+
qat_algs.o \
35+
qat_algs_send.o \
36+
qat_asym_algs.o \
4237
qat_bl.o \
43-
qat_mig_dev.o
38+
qat_comp_algs.o \
39+
qat_compression.o \
40+
qat_crypto.o \
41+
qat_hal.o \
42+
qat_mig_dev.o \
43+
qat_uclo.o
4444

45-
intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o \
45+
intel_qat-$(CONFIG_DEBUG_FS) += adf_cnv_dbgfs.o \
46+
adf_dbgfs.o \
4647
adf_fw_counters.o \
47-
adf_cnv_dbgfs.o \
4848
adf_gen4_pm_debugfs.o \
4949
adf_gen4_tl.o \
50-
adf_heartbeat.o \
5150
adf_heartbeat_dbgfs.o \
51+
adf_heartbeat.o \
5252
adf_pm_dbgfs.o \
5353
adf_telemetry.o \
5454
adf_tl_debugfs.o \
55-
adf_dbgfs.o
55+
adf_transport_debug.o
5656

57-
intel_qat-$(CONFIG_PCI_IOV) += adf_sriov.o adf_vf_isr.o adf_pfvf_utils.o \
57+
intel_qat-$(CONFIG_PCI_IOV) += adf_gen2_pfvf.o adf_gen4_pfvf.o \
5858
adf_pfvf_pf_msg.o adf_pfvf_pf_proto.o \
59-
adf_pfvf_vf_msg.o adf_pfvf_vf_proto.o \
60-
adf_gen2_pfvf.o adf_gen4_pfvf.o
59+
adf_pfvf_utils.o adf_pfvf_vf_msg.o \
60+
adf_pfvf_vf_proto.o adf_sriov.o adf_vf_isr.o
6161

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

0 commit comments

Comments
 (0)