[PATCH v2 02/13] RISC-V: hook new crypto subdir into build-system
Eric Biggers
ebiggers at kernel.org
Mon Nov 27 19:45:36 PST 2023
On Mon, Nov 27, 2023 at 03:06:52PM +0800, Jerry Shih wrote:
> From: Heiko Stuebner <heiko.stuebner at vrull.eu>
>
> Create a crypto subdirectory for added accelerated cryptography routines
> and hook it into the riscv Kbuild and the main crypto Kconfig.
>
> Signed-off-by: Heiko Stuebner <heiko.stuebner at vrull.eu>
> Signed-off-by: Jerry Shih <jerry.shih at sifive.com>
> ---
> arch/riscv/Kbuild | 1 +
> arch/riscv/crypto/Kconfig | 5 +++++
> arch/riscv/crypto/Makefile | 4 ++++
> crypto/Kconfig | 3 +++
> 4 files changed, 13 insertions(+)
> create mode 100644 arch/riscv/crypto/Kconfig
> create mode 100644 arch/riscv/crypto/Makefile
Reviewed-by: Eric Biggers <ebiggers at google.com>
- Eric
More information about the linux-riscv
mailing list