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:
Fabio Baltieri 2023-06-13 18:40:16 +01:00 committed by Carles Cufí
commit 30fa612289
4 changed files with 15 additions and 0 deletions

5
modules/Kconfig.picolibc Normal file
View file

@ -0,0 +1,5 @@
# Copyright 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
config ZEPHYR_PICOLIBC_MODULE
bool