Merge pull request #1494 from marineam/kernel

coreos-kernel: re-enable ccache path rewriting for kernel builds
This commit is contained in:
Michael Marineau 2015-08-27 13:58:33 -07:00
commit 5183f7e2bc

View File

@ -93,6 +93,8 @@ kmake() {
if gcc-specs-pie; then
kernel_cflags="-nopie -fstack-check=no"
fi
# this can be removed once it is exported globally again
export CCACHE_BASEDIR="${S}"
emake \
ARCH="${kernel_arch}" \
CROSS_COMPILE="${CHOST}-" \