Home
last modified time | relevance | path

Searched hist:"5 fa94ceb793e93870541dc5a1235aec87b0871bc" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile5fa94ceb793e93870541dc5a1235aec87b0871bc Mon Jun 26 18:30:12 CDT 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: set correct abs_srctree and abs_objtree for package builds

When you run 'make rpm-pkg', the rpmbuild tool builds the kernel in
rpmbuild/BUILD, but $(abs_srctree) and $(abs_objtree) point to the
directory path where make was started, not the kernel is actually
being built. The same applies to 'make snap-pkg'. Fix it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>