HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //lib/modules/6.8.0-1042-gcp/build/drivers/crypto/intel/qat/qat_common/Makefile
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=CRYPTO_QAT
intel_qat-objs := adf_cfg.o \
	adf_isr.o \
	adf_ctl_drv.o \
	adf_cfg_services.o \
	adf_dev_mgr.o \
	adf_init.o \
	adf_accel_engine.o \
	adf_aer.o \
	adf_transport.o \
	adf_admin.o \
	adf_hw_arbiter.o \
	adf_sysfs.o \
	adf_sysfs_ras_counters.o \
	adf_gen2_hw_data.o \
	adf_gen2_config.o \
	adf_gen4_config.o \
	adf_gen4_hw_data.o \
	adf_gen4_pm.o \
	adf_gen2_dc.o \
	adf_gen4_dc.o \
	adf_gen4_ras.o \
	adf_gen4_timer.o \
	adf_clock.o \
	qat_crypto.o \
	qat_compression.o \
	qat_comp_algs.o \
	qat_algs.o \
	qat_asym_algs.o \
	qat_algs_send.o \
	adf_rl.o \
	adf_rl_admin.o \
	adf_sysfs_rl.o \
	qat_uclo.o \
	qat_hal.o \
	qat_bl.o

intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o \
				adf_fw_counters.o \
				adf_cnv_dbgfs.o \
				adf_gen4_pm_debugfs.o \
				adf_gen4_tl.o \
				adf_heartbeat.o \
				adf_heartbeat_dbgfs.o \
				adf_pm_dbgfs.o \
				adf_telemetry.o \
				adf_tl_debugfs.o \
				adf_dbgfs.o

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

intel_qat-$(CONFIG_CRYPTO_DEV_QAT_ERROR_INJECTION) += adf_heartbeat_inject.o