Makefile 431 字节
Newer Older
1 2
# SPDX-License-Identifier: GPL-2.0+

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
M
Mario Six 已提交
7
dtb-$(CONFIG_TARGET_GAZERBEAM) += gazerbeam.dtb
8

9 10 11 12 13 14 15 16 17 18
targets += $(dtb-y)

# Add any required device tree compiler flags here
DTC_FLAGS +=

PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
	@:

clean-files := *.dtb