diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2015-10-04 13:28:48 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-04 18:22:20 +0200 |
commit | 546a69db66abefa7f4d4b880242e84c5026930e5 (patch) | |
tree | 5ae18b4c298679dde4359bf1c62460aba29c6bee | |
parent | c54444e41ce105364b584f4d4736629031b59332 (diff) |
linux: remove now-redundant ccache handling
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>
-rw-r--r-- | linux/linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/linux.mk b/linux/linux.mk index bbcc54bfd..231957628 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -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 = \ |