aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <yamada.masahiro@socionext.com> 2019-10-08 21:05:54 +0900
committerGravatar Masahiro Yamada <yamada.masahiro@socionext.com> 2019-11-11 20:10:01 +0900
commitea79e5168be644fdaf7d4e6a73eceaf07b3da76a (patch)
treec9edc4fb6e57e71d5a9db0c59287684a687c96f6 /kernel/Makefile
parentkheaders: optimize md5sum calculation for in-tree builds (diff)
downloadlinux-ea79e5168be644fdaf7d4e6a73eceaf07b3da76a.tar.gz
linux-ea79e5168be644fdaf7d4e6a73eceaf07b3da76a.tar.bz2
linux-ea79e5168be644fdaf7d4e6a73eceaf07b3da76a.zip
kheaders: optimize header copy for in-tree builds
This script copies headers by the cpio command twice; first from srctree, and then from objtree. However, when we building in-tree, we know the srctree and the objtree are the same. That is, all the headers copied by the first cpio are overwritten by the second one. Skip the first cpio when we are building in-tree. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions