aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arc/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arc/dts/Makefile')
-rw-r--r--roms/u-boot/arch/arc/dts/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arc/dts/Makefile b/roms/u-boot/arch/arc/dts/Makefile
new file mode 100644
index 000000000..515fe1fe5
--- /dev/null
+++ b/roms/u-boot/arch/arc/dts/Makefile
@@ -0,0 +1,19 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb
+dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb
+dtb-$(CONFIG_TARGET_NSIM) += nsim.dtb
+dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb
+dtb-$(CONFIG_TARGET_EMSDP) += emsdp.dtb
+dtb-$(CONFIG_TARGET_HSDK) += hsdk.dtb hsdk-4xd.dtb
+dtb-$(CONFIG_TARGET_IOT_DEVKIT) += iot_devkit.dtb
+
+targets += $(dtb-y)
+
+DTC_FLAGS += -R 4 -p 0x1000
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb