diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 01:06:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 01:06:03 +0000 |
commit | 2d523c23175b8e8772c2e223d92513f836cde8a6 (patch) | |
tree | 4482f6ad3b4e5a3259da65110e95cf853ac5d419 /toolchain/ccache/Config.in | |
parent | 3c09cf4b5e7cdc72e3a9945389766e687c476b37 (diff) |
Major buildroot facelift, step one.
-Erik
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? + |