mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
Add code specific for the dh895xcc virtual function. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
6 lines
172 B
Makefile
6 lines
172 B
Makefile
ccflags-y := -I$(src)/../qat_common
|
|
obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCCVF) += qat_dh895xccvf.o
|
|
qat_dh895xccvf-objs := adf_drv.o \
|
|
adf_isr.o \
|
|
adf_dh895xccvf_hw_data.o
|