Skip to content

Commit c101a97

Browse files
Damian-Nordickkasperczyk-no
authored andcommitted
[nrf noup] Add Zephyr module manifest in the root directory
Add Zephyr module manifest in the CHIP root directory in order to automatically pull CHIP into a project when CHIP is one of the submodules specified in west manifest. CHIP module takes all compilatinon flags associated with the zephyr_interface target and passes them to the external GN-based project. For that reason we must ensure that the Matter module is processed after other revelant modules that modify the zephyr_interface target. nrfxlib is such a module as it contains nrf_security which carries the mbedtls configuration. Signed-off-by: Damian Krolik <[email protected]> (cherry picked from commit 1670a20)
1 parent 0391d8a commit c101a97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

zephyr/module.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Copyright (c) 2021 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
name: connectedhomeip
8+
9+
build:
10+
cmake: config/nrfconnect/chip-module
11+
kconfig: config/nrfconnect/chip-module/Kconfig
12+
depends:
13+
- nrfxlib
14+
- openthread

0 commit comments

Comments
 (0)