Skip to content
Commit f55813b4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: dtbinst: remove unnecessary __dtbs_install_prep target



Since commit 5399eb9b ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 028d5bf1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment