libwd/0124-uadk-missing-header-file-after-install-uadk.patch
Yang Shen ec2f993b84 libwd: backport for uadk from 2.3.31 to 2.3.36
Update some patch for uadk from mainline.
To get more information, please visit the homepage:
https://github.comp/Linaro/uadk

Signed-off-by: Yang Shen <shenyang39@huawei.com>
2022-07-28 15:32:23 +08:00

39 lines
1.4 KiB
Diff

From 14c04483057e73f7b5781766d48802055051d59d Mon Sep 17 00:00:00 2001
From: Kai Ye <yekai13@huawei.com>
Date: Wed, 8 Jun 2022 09:48:50 +0800
Subject: [PATCH 136/183] uadk: missing header file after install uadk
Add header file in build file.
Signed-off-by: Kai Ye <yekai13@huawei.com>
---
Makefile.am | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a42ec60..0b31cb3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,13 +25,13 @@ UADK_VERSION = -version-number ${MAJOR}:${MINOR}:${REVISION}
AM_CFLAGS+= -DUADK_VERSION_NUMBER="\"libwd version: ${MAJOR}.${MINOR}.${REVISION}\""
-include_HEADERS = include/wd.h include/wd_cipher.h include/wd_comp.h \
- include/wd_dh.h include/wd_digest.h include/wd_rsa.h \
- include/uacce.h include/wd_alg_common.h \
+include_HEADERS = include/wd.h include/wd_cipher.h include/wd_aead.h \
+ include/wd_comp.h include/wd_dh.h include/wd_digest.h \
+ include/wd_rsa.h include/uacce.h include/wd_alg_common.h \
include/wd_common.h include/wd_ecc.h include/wd_sched.h
-nobase_include_HEADERS = v1/wd.h v1/wd_cipher.h v1/uacce.h v1/wd_dh.h v1/wd_digest.h \
- v1/wd_rsa.h v1/wd_bmm.h
+nobase_include_HEADERS = v1/wd.h v1/wd_cipher.h v1/wd_aead.h v1/uacce.h v1/wd_dh.h \
+ v1/wd_digest.h v1/wd_rsa.h v1/wd_bmm.h
lib_LTLIBRARIES=libwd.la libwd_comp.la libwd_crypto.la libhisi_zip.la \
libhisi_hpre.la libhisi_sec.la
--
2.27.0