Prechádzať zdrojové kódy

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 <[email protected]>
Jeffery To 2 rokov pred
rodič
commit
897691fdce
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  1. 7 0
      target/sdk/files/Config.in

+ 7 - 0
target/sdk/files/Config.in

@@ -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