
20 May
2024
20 May
'24
11:59 a.m.
On Mon, 20 May 2024 at 02:24, Jiaxun Yang jiaxun.yang@flygoat.com wrote:
It is required to get it xtensa OF_UPSTREAM work.
Signed-off-by: Jiaxun Yang jiaxun.yang@flygoat.com
dts/upstream/src/xtensa/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Reviewed-by: Sumit Garg sumit.garg@linaro.org
-Sumit
diff --git a/dts/upstream/src/xtensa/Makefile b/dts/upstream/src/xtensa/Makefile new file mode 100644 index 000000000000..2a81acb32bc3 --- /dev/null +++ b/dts/upstream/src/xtensa/Makefile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0+
+include $(srctree)/scripts/Makefile.dts
+targets += $(dtb-y)
+# Add any required device tree compiler flags here +DTC_FLAGS += -a 0x8
+PHONY += dtbs +dtbs: $(addprefix $(obj)/, $(dtb-y))
@:
+clean-files := *.dtb *.dtbo */*.dtb */*.dtbo
-- 2.43.0