Browse Source
These are referenced by the "x module not available" message in modules/Kconfig, but were only defined in the module, were generating an undefined symbol warning when running CI compliance with no modules. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>pull/60050/head
4 changed files with 15 additions and 0 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright 2023 Google LLC |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config ZEPHYR_CHRE_MODULE |
||||
bool |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright 2023 Google LLC |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config ZEPHYR_PICOLIBC_MODULE |
||||
bool |
Loading…
Reference in new issue