summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch')
-rw-r--r--recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch b/recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch
deleted file mode 100644
index 42b5cbe1..00000000
--- a/recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1From badd002fe5bdcaf7a7d856f174e2abb10b939467 Mon Sep 17 00:00:00 2001
2From: Cristian Stoica <cristian.stoica@nxp.com>
3Date: Tue, 29 Nov 2016 13:37:24 +0200
4Subject: [PATCH 098/104] reduce tests/Makefile distance with upstream
5
6Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
7---
8 tests/Makefile | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/tests/Makefile b/tests/Makefile
12index 88f5040..5a09414 100644
13--- a/tests/Makefile
14+++ b/tests/Makefile
15@@ -1,5 +1,5 @@
16-CRYPTODEV_CFLAGS += -DENABLE_ASYNC -std=gnu90 -Wall -Werror
17-CFLAGS += -I.. $(CRYPTODEV_CFLAGS)
18+CRYPTODEV_CFLAGS += -DENABLE_ASYNC -std=gnu90
19+CFLAGS += -I.. $(CRYPTODEV_CFLAGS) -Wall -Werror
20
21 comp_progs := cipher_comp hash_comp hmac_comp
22
23--
242.10.2
25