xref: /openbmc/u-boot/arch/arc/dts/Makefile (revision f48f2b729bf891aa6c1f752d5f8e06e44dd8b0b4)
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