diff options
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r-- | toolchain/ccache/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in new file mode 100644 index 000000000..6798072d6 --- /dev/null +++ b/toolchain/ccache/Config.in @@ -0,0 +1,14 @@ +# + +config BR2_HOST_CCACHE + bool "Enable ccache support?" + default y + help + Enable ccache support? + +config BR2_PACKAGE_CCACHE + bool "Enable ccache support for the Target?" + default y + help + Enable ccache support? + |