2004-10-09 03:06:03 +02:00
|
|
|
#
|
|
|
|
|
2004-10-09 07:33:05 +02:00
|
|
|
comment "Ccache Options"
|
|
|
|
|
2004-10-09 08:13:40 +02:00
|
|
|
config BR2_CCACHE
|
2004-10-09 03:06:03 +02:00
|
|
|
bool "Enable ccache support?"
|
|
|
|
help
|
|
|
|
Enable ccache support?
|
|
|
|
|
2008-10-06 21:14:41 +02:00
|
|
|
config BR2_CCACHE_DIR
|
|
|
|
string "ccache dir location?"
|
|
|
|
depends on BR2_CCACHE
|
|
|
|
default "$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
|
|
|
|
help
|
|
|
|
Where ccache should store cached files.
|
|
|
|
|