diff options
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch')
| -rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch b/recipes-kernel/cryptodev/sdk_patches/0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch new file mode 100644 index 000000000..07156a6f6 --- /dev/null +++ b/recipes-kernel/cryptodev/sdk_patches/0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | From 39f0c5ae656f4b487a0950235e2371e4dd840594 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 3 | Date: Wed, 26 Oct 2016 13:11:11 +0300 | ||
| 4 | Subject: [PATCH 068/104] setting KERNEL_DIR is not necessary to build tests | ||
| 5 | |||
| 6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 7 | --- | ||
| 8 | tests/Makefile | 2 -- | ||
| 9 | 1 file changed, 2 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/tests/Makefile b/tests/Makefile | ||
| 12 | index a27cf9b..e7a60cb 100644 | ||
| 13 | --- a/tests/Makefile | ||
| 14 | +++ b/tests/Makefile | ||
| 15 | @@ -1,6 +1,4 @@ | ||
| 16 | -KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build | ||
| 17 | CRYPTODEV_CFLAGS += -DENABLE_ASYNC -Wall -Werror | ||
| 18 | -KBUILD_CFLAGS += -I.. $(CRYPTODEV_CFLAGS) | ||
| 19 | CFLAGS += -I.. $(CRYPTODEV_CFLAGS) | ||
| 20 | |||
| 21 | comp_progs := cipher_comp hash_comp hmac_comp | ||
| 22 | -- | ||
| 23 | 2.10.2 | ||
| 24 | |||
