From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- kernel/drivers/crypto/qat/qat_c62xvf/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/crypto/qat/qat_c62xvf/Makefile b/kernel/drivers/crypto/qat/qat_c62xvf/Makefile index ecd708c..446c3d6 100644 --- a/kernel/drivers/crypto/qat/qat_c62xvf/Makefile +++ b/kernel/drivers/crypto/qat/qat_c62xvf/Makefile @@ -1,3 +1,4 @@ -ccflags-y := -I$(src)/../qat_common +# SPDX-License-Identifier: GPL-2.0-only +ccflags-y := -I $(srctree)/$(src)/../qat_common obj-$(CONFIG_CRYPTO_DEV_QAT_C62XVF) += qat_c62xvf.o qat_c62xvf-objs := adf_drv.o adf_c62xvf_hw_data.o -- Gitblit v1.6.2