linux: remove now-redundant ccache handling
authorArnout Vandecappelle <arnout@mind.be>
Sun, 4 Oct 2015 12:28:48 +0000 (13:28 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2015 16:22:20 +0000 (18:22 +0200)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk

index bbcc54bfd123fe7fd9389c4c99d1b99697a20295..231957628a41f2c5e02c35d319fe9e085342c572 100644 (file)
@@ -67,7 +67,7 @@ LINUX_MAKE_FLAGS = \
        HOSTCFLAGS="$(HOSTCFLAGS)" \
        ARCH=$(KERNEL_ARCH) \
        INSTALL_MOD_PATH=$(TARGET_DIR) \
-       CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
+       CROSS_COMPILE="$(TARGET_CROSS)" \
        DEPMOD=$(HOST_DIR)/sbin/depmod
 
 LINUX_MAKE_ENV = \