mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 16:50:23 +07:00
3771df3cff
Add support for c62x accelerator Virtual Function Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
138 B
Makefile
4 lines
138 B
Makefile
ccflags-y := -I$(src)/../qat_common
|
|
obj-$(CONFIG_CRYPTO_DEV_QAT_C62XVF) += qat_c62xvf.o
|
|
qat_c62xvf-objs := adf_drv.o adf_c62xvf_hw_data.o
|