commit | bcf0c6642833673830ee9d9b40862a4c476d1565 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon May 03 03:09:56 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu May 06 02:14:38 2021 +0900 |
tree | 6ffa2860608d9b6b7fb9608d33bed09fa4dcc94e | |
parent | 44f87191d105519cdf37fb0d4988006ea04eb34e [diff] |
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>