From 6956b5f6056bc63097ce6168fc05c488e37919a0 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 4 Dec 2022 15:58:03 +0100 Subject: [PATCH] config/show_config: add local ccache info Signed-off-by: Matthias Reichl --- config/show_config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/show_config b/config/show_config index 82029ff957..9ca1daec4a 100644 --- a/config/show_config +++ b/config/show_config @@ -37,6 +37,7 @@ show_config() { config_message+="\n - DEBUG:\t\t\t\t ${DEBUG:-no}" config_message+="\n - CFLAGS:\t\t\t\t ${TARGET_CFLAGS}" config_message+="\n - LDFLAGS:\t\t\t\t ${TARGET_LDFLAGS}" + config_message+="\n - Local ccache:\t\t\t ${LOCAL_CCACHE:-no}" # Misc. hardware configuration