Re: [PATCH] kbuild: simplify build, clean, modbuiltin shorthands

From: Peter Foley
Date: Tue Sep 09 2014 - 12:29:52 EST


On Tue, Sep 9, 2014 at 7:03 AM, Masahiro Yamada
<yamada.m@xxxxxxxxxxxxxxxx> wrote:
> $(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@xxxxxxxxxxxxxxxx>

Acked-by: Peter Foley <pefoley2@xxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/