Skip to content
Snippets Groups Projects
Commit 8f66864c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: simplify dtbs_install by reading the list of compiled DTBs


Retrieve the list of *.dtb(o) files from arch/*/boot/dts/dtbs-list
instead of traversing the directory tree again.

Please note that 'make dtbs_install' installs *.dtb(o) files directly
added to dtb-y because scripts/Makefile.dtbinst installs $(dtb-y)
without expanding the -dtbs suffix.

This commit preserves this behavior.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 24507871
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment