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