xref: /openbmc/u-boot/arch/arc/dts/Makefile (revision ca6c5e03)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5dtb-$(CONFIG_TARGET_AXS10X) +=  axs10x.dtb
6dtb-$(CONFIG_TARGET_NSIM) +=  nsim.dtb
7dtb-$(CONFIG_TARGET_TB100) +=  abilis_tb100.dtb
8
9targets += $(dtb-y)
10
11DTC_FLAGS += -R 4 -p 0x1000
12
13PHONY += dtbs
14dtbs: $(addprefix $(obj)/, $(dtb-y))
15	@:
16
17clean-files := *.dtb
18