Re: [PATCH] kbuild: dtbinst: remove unnecessary __dtbs_install_prep target

From: Masahiro Yamada
Date: Sun May 07 2017 - 18:52:05 EST


2017-05-04 10:14 GMT+09:00 Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>:
> Since commit 5399eb9b3908 ("dtbsinstall: don't move target directory
> out of the way"), the target __dtbs_install_prep is invoked just for
> creating the install directory, but all the necessary directories
> are automatically created by:
> cmd_dtb_install = mkdir -p $(2); cp $< $(2)
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>


Applied to linux-kbuild/kbuild.

--
Best Regards
Masahiro Yamada