1# SPDX-License-Identifier: GPL-2.0+ 2 3dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb 4dtb-$(CONFIG_MCR3000) += mcr3000.dtb 5 6targets += $(dtb-y) 7 8# Add any required device tree compiler flags here 9DTC_FLAGS += 10 11PHONY += dtbs 12dtbs: $(addprefix $(obj)/, $(dtb-y)) 13 @: 14 15clean-files := *.dtb 16