xref: /openbmc/u-boot/arch/riscv/dts/Makefile (revision 958d46b53f3e3683a3d227a20c1935cbe88a8d65)
1# SPDX-License-Identifier: GPL-2.0+
2
3targets += $(dtb-y)
4
5DTC_FLAGS += -R 4 -p 0x1000
6
7PHONY += dtbs
8dtbs: $(addprefix $(obj)/, $(dtb-y))
9	@:
10
11clean-files := *.dtb
12