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)
commit9c3ad4c14f7a3ac870d660bbc5f9961a8a79f356
treef6df23f049a2bdb2070d30730eb312a6dec61994
parentbc7b752a7a1c8498f5c48f5b1b63147e32f649dc
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