move ccache to tools/ and fix potential dependency issue
[lede-git/.git] / toolchain / Makefile
index 4832a657dfa474635da6da839e49cb9f31bc1d47..7773c32c314d094fb0e56cfdc25b3d75a51b0dd7 100644 (file)
@@ -10,7 +10,6 @@ include $(TOPDIR)/rules.mk
 
 TARGETS-y:=kernel-headers
 TARGETS-$(CONFIG_GDB) += gdb
-TARGETS-$(CONFIG_CCACHE) += ccache
 ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
   TARGETS-y+=binutils gcc uClibc
 endif