crypto: qat - make adf_vf_isr.c dependant on IOV config
[deliverable/linux.git] / drivers / crypto / qat / qat_common / Makefile
index 5873d22fc6cdce23a3d94463f6e704d1264f42ee..6d74b91f2152807a0f65470dd799aa5080a3c111 100644 (file)
@@ -9,7 +9,6 @@ clean-files += qat_rsaprivkey-asn1.c qat_rsaprivkey-asn1.h
 obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
 intel_qat-objs := adf_cfg.o \
        adf_isr.o \
-       adf_vf_isr.o \
        adf_ctl_drv.o \
        adf_dev_mgr.o \
        adf_init.o \
@@ -27,4 +26,5 @@ intel_qat-objs := adf_cfg.o \
        qat_hal.o
 
 intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o
-intel_qat-$(CONFIG_PCI_IOV) += adf_sriov.o adf_pf2vf_msg.o adf_vf2pf_msg.o
+intel_qat-$(CONFIG_PCI_IOV) += adf_sriov.o adf_pf2vf_msg.o \
+                              adf_vf2pf_msg.o adf_vf_isr.o
This page took 0.026536 seconds and 5 git commands to generate.