29 lines
834 B
Diff
29 lines
834 B
Diff
From 415b2d379fd74e1e115c9f15b86e976f5c5addb7 Mon Sep 17 00:00:00 2001
|
|
From: Zhiqi Song <songzhiqi1@huawei.com>
|
|
Date: Tue, 12 Mar 2024 11:38:46 +0800
|
|
Subject: [PATCH 12/44] uadk: remove redundant header file in makefile
|
|
|
|
Remove wrong 'wd_hpre_udrv.h' of hpre.
|
|
|
|
Signed-off-by: Zhiqi Song <songzhiqi1@huawei.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 64cfa44..25853eb 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -86,7 +86,7 @@ libhisi_sec_la_SOURCES=drv/hisi_sec.c drv/hisi_qm_udrv.c \
|
|
hisi_qm_udrv.h wd_cipher_drv.h wd_aead_drv.h aes.h galois.h
|
|
|
|
libhisi_hpre_la_SOURCES=drv/hisi_hpre.c drv/hisi_qm_udrv.c \
|
|
- hisi_qm_udrv.h wd_hpre_drv.h
|
|
+ hisi_qm_udrv.h
|
|
if WD_STATIC_DRV
|
|
AM_CFLAGS += -DWD_STATIC_DRV -fPIC
|
|
AM_CFLAGS += -DWD_NO_LOG
|
|
--
|
|
2.25.1
|
|
|