diff options
Diffstat (limited to 'drivers/crypto/qat/qat_dh895xcc/Makefile')
-rw-r--r-- | drivers/crypto/qat/qat_dh895xcc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/crypto/qat/qat_dh895xcc/Makefile b/drivers/crypto/qat/qat_dh895xcc/Makefile new file mode 100644 index 000000000000..8e4924d6a54b --- /dev/null +++ b/drivers/crypto/qat/qat_dh895xcc/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | ccflags-y := -I$(CURDIR)/drivers/crypto/qat/qat_common | ||
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCC) += qat_dh895xcc.o | ||
3 | qat_dh895xcc-objs := adf_drv.o \ | ||
4 | adf_isr.o \ | ||
5 | adf_dh895xcc_hw_data.o \ | ||
6 | adf_hw_arbiter.o \ | ||
7 | qat_admin.o \ | ||
8 | adf_admin.o | ||