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