]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - scripts/Makefile.lib
kbuild: refactor fdtoverlay rule
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 2 May 2021 18:09:56 +0000 (03:09 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 5 May 2021 17:14:38 +0000 (02:14 +0900)
commitbcf0c6642833673830ee9d9b40862a4c476d1565
tree6ffa2860608d9b6b7fb9608d33bed09fa4dcc94e
parent44f87191d105519cdf37fb0d4988006ea04eb34e
kbuild: refactor fdtoverlay rule

Rename overlay-y to multi-dtb-y, which is a consistent name with
multi-obj-y. Also, use multi-search to avoid code duplication.

Introduce real-dtb-y, which is a consistent name with real-obj-y,
to contain primitive blobs compiled from *.dts. This is used to
calculate the list of *.dt.yaml files.

Set -@ to base DTB without using $(eval ).

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