mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
Adf admin and HW arbiter function can be used by dh895xcc specific code well as the new dh895xccvf and future devices so moving them to qat_common so that they can be shared. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
6 lines
164 B
Makefile
6 lines
164 B
Makefile
ccflags-y := -I$(src)/../qat_common
|
|
obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCC) += qat_dh895xcc.o
|
|
qat_dh895xcc-objs := adf_drv.o \
|
|
adf_isr.o \
|
|
adf_dh895xcc_hw_data.o
|