]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - scripts/Makefile.dtbinst
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)
commitaefd80307a05e529b3bcd28f96a7b49528697f60
tree24da555af9e6df0aa8def762d6881958ecbf2161
parent2431f22a911a6130a10b4a0c6f13d10ede007d39
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