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