9cff600e25
Support logging for all POSIX pooled resource types such as pthread_t, pthread_mutex_t, and pthread_cond_t. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
# Copyright (c) 2023 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
module = $(TYPE)
|
|
module-str = $(TYPE) logging
|
|
source "subsys/logging/Kconfig.template.log_config"
|