]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: dtbinst: remove unnecessary __dtbs_install_prep target
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 4 May 2017 01:14:57 +0000 (10:14 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 7 May 2017 22:26:06 +0000 (07:26 +0900)
commit456c24a99d91c9cabb311625b14101260962d23c
treee21b882ca31d388ba1faf0a81c4db3add3cb56e3
parentfc9cec5dfacadc3ccc91a2749367ebf933897dda
kbuild: dtbinst: remove unnecessary __dtbs_install_prep target

Since commit 2eb5d050d455 ("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@socionext.com>
scripts/Makefile.dtbinst