diff options
Diffstat (limited to 'openwrt/toolchain/ccache/Makefile.in')
-rw-r--r-- | openwrt/toolchain/ccache/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/toolchain/ccache/Makefile.in b/openwrt/toolchain/ccache/Makefile.in new file mode 100644 index 000000000..fe859da30 --- /dev/null +++ b/openwrt/toolchain/ccache/Makefile.in @@ -0,0 +1,6 @@ +ifeq ($(strip $(BR2_CCACHE)),y) +TARGETS+=ccache +endif +ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y) +TARGETS+=ccache_target +endif |