mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
8b206f2d66
Add support for c3xxx accelerator Virtual Function Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
142 B
Makefile
4 lines
142 B
Makefile
ccflags-y := -I$(src)/../qat_common
|
|
obj-$(CONFIG_CRYPTO_DEV_QAT_C3XXXVF) += qat_c3xxxvf.o
|
|
qat_c3xxxvf-objs := adf_drv.o adf_c3xxxvf_hw_data.o
|