]> 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)
commit6fd554ebdb40f0a2c067b1f8c0100467ea77b280
tree24da555af9e6df0aa8def762d6881958ecbf2161
parent278e048f16fe7407ba6c2031caff120ee6ab1a8f
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