Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
5 lines
198 B
Makefile
5 lines
198 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/$(src)/../qat_common
|
|
obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCC) += qat_dh895xcc.o
|
|
qat_dh895xcc-objs := adf_drv.o adf_dh895xcc_hw_data.o
|