powerpc: Enable device tree support for T1024RDB
[oweals/u-boot.git] / arch / powerpc / dts / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 dtb-$(CONFIG_TARGET_T1024RDB) += t1024rdb.dtb
4 dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb
5 dtb-$(CONFIG_TARGET_T2080RDB) += t2080rdb.dtb
6 dtb-$(CONFIG_TARGET_T4240RDB) += t4240rdb.dtb
7 dtb-$(CONFIG_TARGET_MCR3000) += mcr3000.dtb
8 dtb-$(CONFIG_TARGET_GAZERBEAM) += gazerbeam.dtb
9
10 targets += $(dtb-y)
11
12 # Add any required device tree compiler flags here
13 DTC_FLAGS +=
14
15 PHONY += dtbs
16 dtbs: $(addprefix $(obj)/, $(dtb-y))
17         @:
18
19 clean-files := *.dtb