From 672af4f8acf94e70a65cfdc3ce47d2538a9b04fb Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 18 Mar 2024 16:03:14 +0100 Subject: Makefile: Add missing OF_UPSTREAM Makefile for 32bit ARM Copy dts/upstream/src/arm64/Makefile into dts/upstream/src/arm/Makefile and create a commit. This makes 32bit ARM buildable with OF_UPSTREAM . Signed-off-by: Marek Vasut Reviewed-by: Sumit Garg Tested-by: Adam Ford #am3517-evm Tested-by: Tony Dinh --- dts/upstream/src/arm/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dts/upstream/src/arm/Makefile (limited to 'dts') diff --git a/dts/upstream/src/arm/Makefile b/dts/upstream/src/arm/Makefile new file mode 100644 index 0000000..9a8f6aa --- /dev/null +++ b/dts/upstream/src/arm/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 -- cgit v1.1