Skip to content
Commit bcf0c664 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 44f87191
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment