23 lines
687 B
Diff
23 lines
687 B
Diff
|
|
From 690b5230ec25237c82630ec7c3766381b2a8c467 Mon Sep 17 00:00:00 2001
|
||
|
|
From: wang_yue111 <648774160@qq.com>
|
||
|
|
Date: Wed, 11 Nov 2020 14:43:58 +0800
|
||
|
|
Subject: [PATCH] fix Makefile compilation failed
|
||
|
|
|
||
|
|
---
|
||
|
|
kae_driver/hisilicon/Makefile | 1 -
|
||
|
|
1 file changed, 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/kae_driver/hisilicon/Makefile b/kae_driver-1.3.9/kae_driver/hisilicon/Makefile
|
||
|
|
index c766a09..eafceb9 100644
|
||
|
|
--- a/kae_driver/hisilicon/Makefile
|
||
|
|
+++ b/kae_driver/hisilicon/Makefile
|
||
|
|
@@ -1,5 +1,4 @@
|
||
|
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
-obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/
|
||
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += hisi_qm.o
|
||
|
|
hisi_qm-objs = qm.o sgl.o
|
||
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/
|
||
|
|
--
|
||
|
|
2.23.0
|
||
|
|
|