From: Jiaxun Yang Date: Tue, 18 Jun 2024 13:56:08 +0000 (+0100) Subject: dts/upsteam: Add Makefile for xtensa X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=92e54ca2cd8df5801f6a501455fbb377d8b60461;p=u-boot.git dts/upsteam: Add Makefile for xtensa It is required to get it xtensa OF_UPSTREAM work. Reviewed-by: Sumit Garg Tested-by: Max Filippov Signed-off-by: Jiaxun Yang --- diff --git a/dts/upstream/src/xtensa/Makefile b/dts/upstream/src/xtensa/Makefile new file mode 100644 index 0000000000..2a81acb32b --- /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