]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: get rid of $(realpath ...) from scripts/mkmakefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 22 Aug 2019 03:59:11 +0000 (12:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Aug 2019 14:54:29 +0000 (23:54 +0900)
commite06bbe8b4820b3a399d85418dd72968127a0f826
treef6df23f049a2bdb2070d30730eb312a6dec61994
parent94f895169bfdc34217fc5f6e0d78cc0f07212c20
kbuild: get rid of $(realpath ...) from scripts/mkmakefile

Both relative path and absolute path have pros and cons. For example,
we can move the source and objtree around together by using the
relative path to the source tree.

Do not force the absolute path to the source tree. If you prefer the
absolute path, you can specify KBUILD_ABS_SRCTREE=1.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mkmakefile