From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- kernel/drivers/crypto/hisilicon/Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/crypto/hisilicon/Makefile b/kernel/drivers/crypto/hisilicon/Makefile index 463f46a..7f5f74c 100644 --- a/kernel/drivers/crypto/hisilicon/Makefile +++ b/kernel/drivers/crypto/hisilicon/Makefile @@ -1,2 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/ obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/ +obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += sec2/ +obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += hisi_qm.o +hisi_qm-objs = qm.o sgl.o +obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/ -- Gitblit v1.6.2