Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A DMakefile.clean5b2389b45d1a9c12b9f4b976e38c36264bfc42f5 Tue Sep 09 06:03:58 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: simplify build, clean, modbuiltin shorthands

$(if $(KBUILD_SRC),$(srctree)/) was a useful strategy
to omit a long absolute path for in-source-tree build
prior to commit 890676c65d699db3ad82e7dddd0cf8fb449031af
(kbuild: Use relative path when building in the source tree).

Now $(srctree) is "." when building in the source tree.
It would not be annoying to add "$(srctree)/" all the time.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
H A DKbuild.include5b2389b45d1a9c12b9f4b976e38c36264bfc42f5 Tue Sep 09 06:03:58 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: simplify build, clean, modbuiltin shorthands

$(if $(KBUILD_SRC),$(srctree)/) was a useful strategy
to omit a long absolute path for in-source-tree build
prior to commit 890676c65d699db3ad82e7dddd0cf8fb449031af
(kbuild: Use relative path when building in the source tree).

Now $(srctree) is "." when building in the source tree.
It would not be annoying to add "$(srctree)/" all the time.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
/openbmc/linux/
H A DMakefile5b2389b45d1a9c12b9f4b976e38c36264bfc42f5 Tue Sep 09 06:03:58 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: simplify build, clean, modbuiltin shorthands

$(if $(KBUILD_SRC),$(srctree)/) was a useful strategy
to omit a long absolute path for in-source-tree build
prior to commit 890676c65d699db3ad82e7dddd0cf8fb449031af
(kbuild: Use relative path when building in the source tree).

Now $(srctree) is "." when building in the source tree.
It would not be annoying to add "$(srctree)/" all the time.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>