mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Enable ccache for kernel compile
Just needed to pass in ccache as a prefix to the CROSS_TARGET variable. Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b823c04d08
commit
d10e46fb76
@ -23,7 +23,7 @@ LINUX26_MAKE_FLAGS = \
|
|||||||
HOSTCFLAGS="$(HOSTCFLAGS)" \
|
HOSTCFLAGS="$(HOSTCFLAGS)" \
|
||||||
ARCH=$(KERNEL_ARCH) \
|
ARCH=$(KERNEL_ARCH) \
|
||||||
INSTALL_MOD_PATH=$(TARGET_DIR) \
|
INSTALL_MOD_PATH=$(TARGET_DIR) \
|
||||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
|
||||||
LZMA="$(LZMA)"
|
LZMA="$(LZMA)"
|
||||||
|
|
||||||
# Get the real Linux version, which tells us where kernel modules are
|
# Get the real Linux version, which tells us where kernel modules are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user