Makefile 385 字节
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_MCR3000) += mcr3000.dtb
M
Mario Six 已提交
6
dtb-$(CONFIG_TARGET_GAZERBEAM) += gazerbeam.dtb
7

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

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

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

clean-files := *.dtb