diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 06:13:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 06:13:40 +0000 |
commit | f694016136c155f23f5cec2eb7c076c9442d846a (patch) | |
tree | d80d83cfd41783a615d5a8d2a587fee376622539 /toolchain/ccache/Config.in | |
parent | ae2792b44cea4a9773719d4407be7e1878b73b26 (diff) | |
download | buildroot-novena-f694016136c155f23f5cec2eb7c076c9442d846a.tar.gz buildroot-novena-f694016136c155f23f5cec2eb7c076c9442d846a.zip |
final step in buildroot facelift
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r-- | toolchain/ccache/Config.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in index 1d27987c4..a265375c4 100644 --- a/toolchain/ccache/Config.in +++ b/toolchain/ccache/Config.in @@ -2,15 +2,9 @@ comment "Ccache Options" -config BR2_HOST_CCACHE +config BR2_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? - |