Skip to content

Commit 77f3bda

Browse files
SebastianBoefrkv
authored andcommitted
[nrf noup] Turn the repo into a Zephyr module
Turn the repo into a Zephyr module so we can use the ZEPHYR_bla_bla_MODULE_DIR CMake variable. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
1 parent 18dd07c commit 77f3bda

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Kconfig.oberon_psa_crypto

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# File left intentionally blank for the Zephyr module infrastructure

zephyr/module.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: oberon-psa-crypto
2+
3+
build:
4+
cmake-ext: True
5+
kconfig: Kconfig.oberon_psa_crypto

0 commit comments

Comments
 (0)