Home
last modified time | relevance | path

Searched hist:ee47620367d5b5ee6a1934888bf1ae46576be757 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefileee47620367d5b5ee6a1934888bf1ae46576be757 Sun Jul 24 04:59:19 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: add dtbs_prepare target

Factor out the common prerequisites for DT compilation into the new
target, dtbs_prepare.

Add comments to explain why include/config/kernel.release is the
prerequisite. Our policy is that installation targets must not rebuild
anything in the tree. If 'make modules_install' is executed as root,
include/config/kernel.release may be owned by root.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>