From 2d523c23175b8e8772c2e223d92513f836cde8a6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 01:06:03 +0000 Subject: Major buildroot facelift, step one. -Erik --- toolchain/ccache/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 toolchain/ccache/Config.in (limited to 'toolchain/ccache/Config.in') 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? + -- cgit v1.2.3