]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: refactor Makefile.dtbinst more
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 6 Mar 2020 17:08:52 +0000 (02:08 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 25 Mar 2020 01:19:43 +0000 (10:19 +0900)
commit3577badb7c29db1bcb41a429dfdca7ca8ea329cb
tree24da555af9e6df0aa8def762d6881958ecbf2161
parent36d4eeaa8885a3230d580dff8b137f1eafca60da
kbuild: refactor Makefile.dtbinst more

Refactor Makefile.dtbinst so it looks similar to other Makefiles.

*.dtb should not be a phony target. Copy files based on the timestamps.
Print installed dtb paths instead of in-kernel dtb paths.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.dtbinst