From: Ladislav Michl <[email protected]>
Signed-off-by: Ladislav Michl <[email protected]>
---
{rules => platforms}/cryptodev.in | 2 +-
rules/cryptodev-api.in | 1 -
rules/cryptodev-api.make | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
rename {rules => platforms}/cryptodev.in (89%)
diff --git a/rules/cryptodev.in b/platforms/cryptodev.in
similarity index 89%
rename from rules/cryptodev.in
rename to platforms/cryptodev.in
index f59d8f58c..59d4aa9f0 100644
--- a/rules/cryptodev.in
+++ b/platforms/cryptodev.in
@@ -1,4 +1,4 @@
-## SECTION=core
+## SECTION=platform_project_specific
config CRYPTODEV
tristate
diff --git a/rules/cryptodev-api.in b/rules/cryptodev-api.in
index 86af4ed23..10a42c46d 100644
--- a/rules/cryptodev-api.in
+++ b/rules/cryptodev-api.in
@@ -2,7 +2,6 @@
config CRYPTODEV_API
tristate
- select CRYPTODEV if RUNTIME
prompt "cryptodev API"
help
API headers for Cryptodev-linux. This is needed to build
diff --git a/rules/cryptodev-api.make b/rules/cryptodev-api.make
index 606108bd9..762195278 100644
--- a/rules/cryptodev-api.make
+++ b/rules/cryptodev-api.make
@@ -18,6 +18,7 @@ CRYPTODEV_API_VERSION = $(CRYPTODEV_VERSION)
CRYPTODEV_API_MD5 = $(CRYPTODEV_MD5)
CRYPTODEV_API = cryptodev-api-$(CRYPTODEV_API_VERSION)
CRYPTODEV_API_SUFFIX = tar.gz
+CRYPTODEV_API_PATCHES = $(CRYPTODEV)
CRYPTODEV_API_URL = $(CRYPTODEV_URL)
CRYPTODEV_API_SOURCE = $(CRYPTODEV_SOURCE)
CRYPTODEV_API_DIR = $(BUILDDIR)/$(CRYPTODEV_API)
--
2.47.3