sdk: Expose CCACHE_DIR option

As the CCACHE option is already exposed, it would be helpful to also
make the ccache directory easily customizable.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-06-05 12:57:51 +08:00 committed by Petr Štetiar
parent 14a85d929b
commit 897691fdce
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3
1 changed files with 7 additions and 0 deletions

View File

@ -119,6 +119,13 @@ menu "Advanced configuration options (for developers)"
help
Compiler cache; see https://ccache.samba.org/
config CCACHE_DIR
string "Set ccache directory" if CCACHE
default ""
help
Store ccache in this directory.
If not set, uses './.ccache'
config BUILD_LOG
bool "Enable log files during build process"
help