summaryrefslogtreecommitdiffstats
path: root/recipes-extended/zlib-qat/zlib-qat/zlib-qat-0.4.10-001-zlib-qat-add-a-install-target-to-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/zlib-qat/zlib-qat/zlib-qat-0.4.10-001-zlib-qat-add-a-install-target-to-makefile.patch')
-rw-r--r--recipes-extended/zlib-qat/zlib-qat/zlib-qat-0.4.10-001-zlib-qat-add-a-install-target-to-makefile.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-extended/zlib-qat/zlib-qat/zlib-qat-0.4.10-001-zlib-qat-add-a-install-target-to-makefile.patch b/recipes-extended/zlib-qat/zlib-qat/zlib-qat-0.4.10-001-zlib-qat-add-a-install-target-to-makefile.patch
new file mode 100644
index 0000000..3a202e9
--- /dev/null
+++ b/recipes-extended/zlib-qat/zlib-qat/zlib-qat-0.4.10-001-zlib-qat-add-a-install-target-to-makefile.patch
@@ -0,0 +1,30 @@
1From 943dd3c2b9d68385c9e71b1cc215cf03e2dd74fd Mon Sep 17 00:00:00 2001
2From: "Tan, Raymond" <raymond.tan@intel.com>
3Date: Wed, 29 Aug 2018 13:35:44 +0800
4Subject: [PATCH 1/3] zlib-qat: add a install target to makefile
5
6Upstream-Status: Inappropriate [Configuration]$
7
8This adds an install target to qat_zlib_test makefiles
9to facilitate the installation of test binaries to {D}.
10
11Signed-off-by: Tan, Raymond <raymond.tan@intel.com>
12---
13 contrib/qat/qat_zlib_test/Makefile | 2 ++
14 1 file changed, 2 insertions(+)
15
16diff --git a/contrib/qat/qat_zlib_test/Makefile b/contrib/qat/qat_zlib_test/Makefile
17index 7b86028..47829ac 100644
18--- a/contrib/qat/qat_zlib_test/Makefile
19+++ b/contrib/qat/qat_zlib_test/Makefile
20@@ -132,5 +132,7 @@ comptestappsh$(EXE): $(OBJS) Makefile
21 $(CC) -o comptestappsh $(OBJS) $(COVERAGE) \
22 $(SHAREDLIBQAT)
23
24+install:
25+ cp comptestapp $(DESTDIR)$(bindir)
26 clean:
27 rm -f $(OBJS) $(COVERAGE_OBJS) comptestapp comptestappsh
28--
291.9.1
30