projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54444e
)
linux: remove now-redundant ccache handling
author
Arnout Vandecappelle
<arnout@mind.be>
Sun, 4 Oct 2015 12:28:48 +0000
(13:28 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/linux/linux.mk
b/linux/linux.mk
index bbcc54bfd123fe7fd9389c4c99d1b99697a20295..231957628a41f2c5e02c35d319fe9e085342c572 100644
(file)
--- 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 = \