]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92b33d8e6c33d0dc8dd21130d7a2782c67eb3fa8
tree6ffa2860608d9b6b7fb9608d33bed09fa4dcc94e
parent66babe60f07eec72997438467047fa235b8bc373
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