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