modules: define few undefined but referenced symbols
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>
This commit is contained in:
parent
690b21718a
commit
30fa612289
4 changed files with 15 additions and 0 deletions
5
modules/Kconfig.picolibc
Normal file
5
modules/Kconfig.picolibc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Copyright 2023 Google LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config ZEPHYR_PICOLIBC_MODULE
|
||||
bool
|
Loading…
Add table
Add a link
Reference in a new issue