blob: 6798072d622f360383d60ada006d179ffd218ee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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?
|