xref: /openbmc/u-boot/arch/powerpc/dts/Makefile (revision 0f347a00)
1# SPDX-License-Identifier: GPL-2.0+
2
3dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb
4
5targets += $(dtb-y)
6
7# Add any required device tree compiler flags here
8DTC_FLAGS +=
9
10PHONY += dtbs
11dtbs: $(addprefix $(obj)/, $(dtb-y))
12	@:
13
14clean-files := *.dtb
15